diff options
author | James Mills <prologic@daisy.(none)> | 2006-11-14 09:13:35 +1000 |
---|---|---|
committer | James Mills <prologic@daisy.(none)> | 2006-11-14 09:13:35 +1000 |
commit | 577628b6e19141b5f3914b4699e794b859572aba (patch) | |
tree | 28d16d6a03716cf0fe12e4b44ca60b6d71d387f0 /xmltvau/Pkgfile | |
parent | 70006e31d25693aa65fc985124ce9babbd3347fc (diff) | |
download | contrib-577628b6e19141b5f3914b4699e794b859572aba.tar.gz contrib-577628b6e19141b5f3914b4699e794b859572aba.tar.xz |
Imported from personal repo
Diffstat (limited to 'xmltvau/Pkgfile')
-rw-r--r-- | xmltvau/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xmltvau/Pkgfile b/xmltvau/Pkgfile new file mode 100644 index 000000000..271a30da6 --- /dev/null +++ b/xmltvau/Pkgfile @@ -0,0 +1,16 @@ +# $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $ +# Description: XML-TV Script for Australia. +# URL: http://www.onlinetractorparts.com.au/rohbags/xmltvau/ +# Maintainer: James Mills prologic at shortcircuit dot net dot au +# Packager: James Mills prologic at shortcircuit dot net dot au +# Depends on: xmltv, p5-libwww + +name=xmltvau +version=0.6.2 +release=2 +source=(http://www.onlinetractorparts.com.au/rohbags/$name/tv_grab_au-$version.tar.gz) + +build() { + install -D -m644 -groot -oroot channel_ids $PKG/usr/share/xmltv/tv_grab_au/channel_ids + install -D -m755 -groot -oroot tv_grab_au $PKG/usr/bin/tv_grab_au +} |