comparison src/libshout.mk @ 800:3eba8075e121

implemented version recognition and corrected website URLs for packages gst-plugins-base, gst-plugins-good, gstreamer, liboil and libshout
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 23 Feb 2010 14:08:36 +0100
parents 0292c7229519
children 9993be51f18d
comparison
equal deleted inserted replaced
799:6055abe6bb88 800:3eba8075e121
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 2.2.2 7 $(PKG)_VERSION := 2.2.2
8 $(PKG)_CHECKSUM := cabc409e63f55383f4d85fac26d3056bf0365aac 8 $(PKG)_CHECKSUM := cabc409e63f55383f4d85fac26d3056bf0365aac
9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
10 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
11 $(PKG)_WEBSITE := http://www.icecast.org 11 $(PKG)_WEBSITE := http://www.icecast.org/
12 $(PKG)_URL := http://downloads.us.xiph.org/releases/$(PKG)/$($(PKG)_FILE) 12 $(PKG)_URL := http://downloads.us.xiph.org/releases/$(PKG)/$($(PKG)_FILE)
13 $(PKG)_DEPS := gcc vorbis ogg theora speex 13 $(PKG)_DEPS := gcc vorbis ogg theora speex
14 14
15 define $(PKG)_UPDATE 15 define $(PKG)_UPDATE
16 echo "Update not implemented" 16 wget -q -O- 'http://www.icecast.org/download.php' | \
17 $(SED) -n 's,.*libshout-\([0-9][^>]*\)\.tar.*,\1,p' | \
18 head -1
17 endef 19 endef
18 20
19 define $(PKG)_BUILD 21 define $(PKG)_BUILD
20 cd '$(1)' && ./configure \ 22 cd '$(1)' && ./configure \
21 --host='$(TARGET)' \ 23 --host='$(TARGET)' \