summaryrefslogtreecommitdiff
path: root/community/libacpi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libacpi/PKGBUILD')
-rw-r--r--community/libacpi/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/libacpi/PKGBUILD b/community/libacpi/PKGBUILD
index 26c930902..9b638f10e 100644
--- a/community/libacpi/PKGBUILD
+++ b/community/libacpi/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 57009 2011-10-18 09:29:14Z spupykin $
+# $Id: PKGBUILD 100184 2013-11-01 21:05:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=libacpi
pkgver=0.2
-pkgrel=3
+pkgrel=4
pkgdesc="general purpose lib to gather ACPI data"
arch=(i686 x86_64)
url="http://www.ngolde.de/libacpi.html"
@@ -19,5 +19,9 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 <$srcdir/libacpi_${pkgver}-4.diff
make PREFIX=/usr
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
make PREFIX=/usr DESTDIR="${pkgdir}" install
}