packages: shflags: Fix getting sources
Freecwmp does not export a git repository for shflags anymore. This fix makes OpenWrt get the sources directly from the svn repository of the shflags googlecode project. Signed-off-by: Diego López Recas <sueltalo@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@38480 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
959c552f97
commit
ed081e076e
@ -8,14 +8,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=shflags
|
||||
PKG_VERSION:=2012-06-11
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
PKG_REV:=133
|
||||
PKG_VERSION:=2012-06-11_r$(PKG_REV)
|
||||
PKG_RELEASE=1.0.x
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://dev.freecwmp.org/shflags-clone/
|
||||
PKG_SOURCE_PROTO:=svn
|
||||
PKG_SOURCE_URL:=http://shflags.googlecode.com/svn/trunk
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=4411ea9115802b86ffee68a2cbbbbf143dfeebbd
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
--- a/source/1.0/src/shflags
|
||||
+++ b/source/1.0/src/shflags
|
||||
@@ -1,91 +1,10 @@
|
||||
-# $Id$
|
||||
-# $Id: shflags 132 2009-05-10 18:03:58Z kate.ward@forestent.com $
|
||||
-# vim:et:ft=sh:sts=2:sw=2
|
||||
-#
|
||||
-# Copyright 2008 Kate Ward. All Rights Reserved.
|
||||
|
Loading…
x
Reference in New Issue
Block a user