diff options
author | James Mills <prologic@daisy.(none)> | 2006-11-20 07:26:53 +1000 |
---|---|---|
committer | James Mills <prologic@daisy.(none)> | 2006-11-20 07:26:53 +1000 |
commit | 9e696ec09095446172c1455e1e5784dc540ddf51 (patch) | |
tree | 6a9f88478d5837a960f940fce7e5373a0fd5bd70 /xmltvau/Pkgfile | |
parent | 9318e05d84e946541f81627a18e25c0deb891e34 (diff) | |
download | contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.gz contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.xz |
Pkgfile cleanup; s/\t/ /g
Diffstat (limited to 'xmltvau/Pkgfile')
-rw-r--r-- | xmltvau/Pkgfile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/xmltvau/Pkgfile b/xmltvau/Pkgfile index 85b3213f5..d1f9d7da8 100644 --- a/xmltvau/Pkgfile +++ b/xmltvau/Pkgfile @@ -1,8 +1,9 @@ -# 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 +# 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 @@ -10,6 +11,6 @@ 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 + 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 } |