[packages] bind: update to 9.9.1, use PKG_INSTALL
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31957 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
79833cd0a1
commit
189f9928b2
@ -8,16 +8,17 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=bind
|
PKG_NAME:=bind
|
||||||
PKG_VERSION:=9.9.0
|
PKG_VERSION:=9.9.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:= \
|
PKG_SOURCE_URL:= \
|
||||||
ftp://ftp.isc.org/isc/bind9/$(PKG_VERSION) \
|
ftp://ftp.isc.org/isc/bind9/$(PKG_VERSION) \
|
||||||
http://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION)
|
http://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION)
|
||||||
PKG_MD5SUM:=9281d0b04f711d28153ba1ab04a54026
|
PKG_MD5SUM:=bb37c88f81e03b1d5208d238c6aa51fa
|
||||||
|
|
||||||
PKG_FIXUP:=libtool
|
PKG_FIXUP:=libtool
|
||||||
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -102,9 +103,7 @@ define Build/Compile
|
|||||||
CFLAGS="-O2" \
|
CFLAGS="-O2" \
|
||||||
LIBS="" \
|
LIBS="" \
|
||||||
gen
|
gen
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(call Build/Compile/Default)
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
||||||
all install
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/bind-libs/install
|
define Package/bind-libs/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user