diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2008-04-11 17:32:17 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2008-04-11 17:32:17 +1000 |
commit | 83bbc6f0f67580897f388f54609df1159482c09e (patch) | |
tree | 7b1a092b6370fa34b4cf14f73094dc7cebf49176 /xmltvau/Pkgfile | |
parent | f82a559b31f23a9abff813b7b0fbb05ad192aebb (diff) | |
download | contrib-83bbc6f0f67580897f388f54609df1159482c09e.tar.gz contrib-83bbc6f0f67580897f388f54609df1159482c09e.tar.xz |
xmltvau: picked up port
Diffstat (limited to 'xmltvau/Pkgfile')
-rw-r--r-- | xmltvau/Pkgfile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/xmltvau/Pkgfile b/xmltvau/Pkgfile index 195e29ef2..20faebab5 100644 --- a/xmltvau/Pkgfile +++ b/xmltvau/Pkgfile @@ -1,16 +1,16 @@ # Description: XML-TV Script for Australia. -# URL: http://www.onlinetractorparts.com.au/rohbags/xmltvau/ -# Maintainer: unmaintained -# Packager: James Mills, prologic at shortcircuit dot net dot au -# -# Depends on: xmltv, p5-libwww +# 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 name=xmltvau version=0.6.2 release=2 -source=(http://www.onlinetractorparts.com.au/rohbags/$name/tv_grab_au-$version.tar.gz) +source=(http://www.onlinetractorparts.com.au/rohbags/xmltvau/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 + 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 } + |