# Description: Shows battery status and other ACPI information # URL: http://acpiclient.sf.net # Maintainer: markus schnalke, meillo at marmaro dot de # Depends on: name=acpi version=1.6 release=1 source=( http://downloads.sourceforge.net/project/acpiclient/acpiclient/$version/$name-$version.tar.gz ) build() { cd $name-$version ./configure --prefix=/usr make mkdir -p $PKG/usr/bin install -c -m 755 acpi $PKG/usr/bin mkdir -p $PKG/usr/man/man1 install -c -m 644 acpi.1 $PKG/usr/man/man1 }