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 /lirc | |
parent | 9318e05d84e946541f81627a18e25c0deb891e34 (diff) | |
download | contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.gz contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.xz |
Pkgfile cleanup; s/\t/ /g
Diffstat (limited to 'lirc')
-rw-r--r-- | lirc/Pkgfile | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/lirc/Pkgfile b/lirc/Pkgfile index 39c56e6f6..f6fa055a4 100644 --- a/lirc/Pkgfile +++ b/lirc/Pkgfile @@ -1,21 +1,22 @@ -# Description: Linux Infrared Remote Control. -# URL: http://www.lirc.org/ -# Maintainer: James Mills prologic at shortcircuit dot net dot au -# Packager: James Mills prologic at shortcircuit dot net dot au +# Description: Linux Infrared Remote Control. +# URL: http://www.lirc.org/ +# Maintainer: James Mills prologic at shortcircuit dot net dot au +# Packager: James Mills prologic at shortcircuit dot net dot au +# # Depends on: name=lirc version=0.8.0 release=1 source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2 \ - lircd) + lircd) build() { - cd lirc-$version - ./setup.sh - ./configure.sh --prefix=/usr - make && make DESTDIR=$PKG install - install -D -m0755 $SRC/lircd $PKG/etc/rc.d/lircd - rm -rf $PKG/dev - chown -R root:root $PKG + cd lirc-$version + ./setup.sh + ./configure.sh --prefix=/usr + make && make DESTDIR=$PKG install + install -D -m0755 $SRC/lircd $PKG/etc/rc.d/lircd + rm -rf $PKG/dev + chown -R root:root $PKG } |