Switch to .tar.bz2 archive
SVN-Revision: 1043
This commit is contained in:
parent
ba6e8564e4
commit
1489667ac3
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk
|
|||
PKG_NAME:=zlib
|
||||
PKG_VERSION:=1.2.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_MD5SUM:=68bd51aaa6558c3bc3fd4890e53413de
|
||||
PKG_MD5SUM:=1b8aab042d40979e456194c468fd72c5
|
||||
|
||||
PKG_SOURCE_URL:=http://www.zlib.net/
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue