summaryrefslogtreecommitdiffstats
path: root/extra/libacpi/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2009-11-27 12:25:59 +0400
committerskingrapher <gandalf@aldebaran.(none)>2009-11-27 12:25:59 +0400
commit8b9d2c467cf9a303e26f5d42dd7290c4c2902e8b (patch)
tree0126f68d21f939a4fd154d8da6c58d38e4029040 /extra/libacpi/Pkgfile
parent3b672437298b0687668813d1240701d280e804ff (diff)
downloadnutyx-pakxe-8b9d2c467cf9a303e26f5d42dd7290c4c2902e8b.tar.gz
nutyx-pakxe-8b9d2c467cf9a303e26f5d42dd7290c4c2902e8b.tar.bz2
nutyx-pakxe-8b9d2c467cf9a303e26f5d42dd7290c4c2902e8b.tar.xz
nutyx-pakxe-8b9d2c467cf9a303e26f5d42dd7290c4c2902e8b.zip
ajout de libacpi#0.2-1
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
+}