contrib/xmltvau/Pkgfile

17 lines
560 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: XML-TV Script for Australia.
2008-04-11 09:32:17 +02:00
# URL: http://www.onlinetractorparts.com.au/rohbags/xmltvau/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: xmltv
2006-11-14 00:13:35 +01:00
name=xmltvau
version=0.6.2
release=2
2008-04-11 09:32:17 +02:00
source=(http://www.onlinetractorparts.com.au/rohbags/xmltvau/tv_grab_au-$version.tar.gz)
2006-11-14 00:13:35 +01:00
build() {
2008-04-11 09:32:17 +02:00
install -D -m 0644 -groot -oroot channel_ids $PKG/usr/share/xmltv/tv_grab_au/channel_ids
install -D -m 0755 -groot -oroot tv_grab_au $PKG/usr/bin/tv_grab_au
2006-11-14 00:13:35 +01:00
}
2008-04-11 09:32:17 +02:00