diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-24 02:27:19 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-24 02:27:19 +0000 |
commit | bed5a4bee52f3d7d64f97d9d8770bd33aa51c1c6 (patch) | |
tree | f966163f0da51956d7231ee301238df5bde62e11 /openwrt/package/pcre | |
parent | 8189375745106c6097d54b49e10deff7441637cd (diff) |
Switch to .tar.bz2 archive
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1043 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/pcre')
-rw-r--r-- | openwrt/package/pcre/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/pcre/Makefile b/openwrt/package/pcre/Makefile index 3697bedce..3ebfdc1c0 100644 --- a/openwrt/package/pcre/Makefile +++ b/openwrt/package/pcre/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcre PKG_VERSION:=5.0 PKG_RELEASE:=3 -PKG_MD5SUM:=53976b62032fd5c76678274e5fd196b4 +PKG_MD5SUM:=813850808894d99fb5b1c41ec6335d4f PKG_SOURCE_URL:=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_CAT:=zcat +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_CAT:=bzcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install |