contrib/lirc/Pkgfile

22 lines
490 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Linux Infrared Remote Control.
# URL: http://www.lirc.org/
2007-01-20 03:21:06 +01:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
2006-11-19 22:26:53 +01:00
#
2006-11-14 00:01:22 +01:00
# Depends on:
name=lirc
2007-05-13 22:18:04 +02:00
version=0.8.1
2006-11-14 00:01:22 +01:00
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2 \
2006-11-19 22:26:53 +01:00
lircd)
2006-11-14 00:01:22 +01:00
build() {
2006-11-19 22:26:53 +01:00
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
2006-11-14 00:01:22 +01:00
}