diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-24 02:27:19 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-24 02:27:19 +0000 |
commit | fd322cb3bdf4814fa9e4033ea77aa0c8c6d728bb (patch) | |
tree | 9d26fa483a97a3036b0c78206820d74a208737e6 /package/pcre | |
parent | 3d28e11d8da371c67f3e209b59c7f7e4f08faea2 (diff) | |
download | upstream-fd322cb3bdf4814fa9e4033ea77aa0c8c6d728bb.tar.gz upstream-fd322cb3bdf4814fa9e4033ea77aa0c8c6d728bb.tar.bz2 upstream-fd322cb3bdf4814fa9e4033ea77aa0c8c6d728bb.zip |
Switch to .tar.bz2 archive
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1043 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pcre')
-rw-r--r-- | package/pcre/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/pcre/Makefile b/package/pcre/Makefile index 3697bedce5..3ebfdc1c0e 100644 --- a/package/pcre/Makefile +++ b/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 |