package librtmp: disable updates

This commit is contained in:
Mark Brand 2012-06-14 13:55:26 +02:00
parent c9d1d1a328
commit e37dddba29
1 changed files with 2 additions and 4 deletions

View File

@ -10,10 +10,8 @@ $(PKG)_URL := http://rtmpdump.mplayerhq.hu/download/$($(PKG)_FILE)
$(PKG)_DEPS := gcc gnutls
define $(PKG)_UPDATE
wget -q -O- 'http://rtmpdump.mplayerhq.hu/download/' | \
$(SED) -n 's,.*rtmpdump-\([0-9.]*\)\.tgz.*,\1,ip' | \
sort -r | \
head -1
echo 'Warning: Updates are temporarily disabled for package librtmp.' >&2;
echo $(librtmp_VERSION)
endef
define $(PKG)_BUILD