diff options
Diffstat (limited to 'acpiclient/Pkgfile')
-rw-r--r-- | acpiclient/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/acpiclient/Pkgfile b/acpiclient/Pkgfile new file mode 100644 index 0000000..3dec2ce --- /dev/null +++ b/acpiclient/Pkgfile @@ -0,0 +1,18 @@ +# Description: +# URL: http://acpiclient.sourceforge.net/ +# Packager: piernov +# Maintainer: piernov +# Depends on: glibc + +name=acpiclient +version=1.5 +release=2 +source=(http://downloads.sourceforge.net/$name/acpi-$version.tar.gz) + +build(){ +cd acpi-$version + autoreconf -i + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |