summaryrefslogtreecommitdiffstats
path: root/extra/libacpi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libacpi/Pkgfile')
-rw-r--r--extra/libacpi/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/libacpi/Pkgfile b/extra/libacpi/Pkgfile
new file mode 100644
index 000000000..b35e2aff0
--- /dev/null
+++ b/extra/libacpi/Pkgfile
@@ -0,0 +1,15 @@
+# Description: shared library for programs gathering ACPI data on Linux
+# URL: http://www.ngolde.de/libacpi.html
+# Maintainer: NuTyX core team
+# Packager: skingrapher at legtux dot org
+# Depends on:
+name=libacpi
+version=0.2
+release=1
+source=(http://www.ngolde.de/download/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ make
+ make DESTDIR=$PKG install
+}