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 | 1489667ac3e551de6f7d0afc8556f216abc1d1cc (patch) | |
tree | f966163f0da51956d7231ee301238df5bde62e11 /openwrt/package/pcre/Makefile | |
parent | ba6e8564e4577054df7a3fa2d7c9578f59d6957e (diff) | |
download | mtk-20170518-1489667ac3e551de6f7d0afc8556f216abc1d1cc.zip mtk-20170518-1489667ac3e551de6f7d0afc8556f216abc1d1cc.tar.gz mtk-20170518-1489667ac3e551de6f7d0afc8556f216abc1d1cc.tar.bz2 |
Switch to .tar.bz2 archive
SVN-Revision: 1043
Diffstat (limited to 'openwrt/package/pcre/Makefile')
-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 3697bed..3ebfdc1 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 |