package pkgconf: disable updates

This commit is contained in:
Tony Theodore 2013-10-20 13:47:49 +11:00
parent fc5da891cf
commit 23da84683a
1 changed files with 6 additions and 1 deletions

View File

@ -10,12 +10,17 @@ $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://github.com/$(PKG)/$(PKG)/tarball/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := automake
define $(PKG)_UPDATE
define $(PKG)_UPDATE_
$(WGET) -q -O- 'https://github.com/pkgconf/pkgconf/commits/master' | \
$(SED) -n 's#.*<span class="sha">\([^<]\{7\}\)[^<]\{3\}<.*#\1#p' | \
head -1
endef
define $(PKG)_UPDATE
echo 'Warning: Updates are temporarily disabled for package pkgconf.' >&2;
echo $(pkgconf_VERSION)
endef
define $(PKG)_BUILD_$(BUILD)
cd '$(1)' && ./autogen.sh
cd '$(1)' && ./configure \