summaryrefslogtreecommitdiffstats
path: root/libacpi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libacpi/Pkgfile')
-rw-r--r--libacpi/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/libacpi/Pkgfile b/libacpi/Pkgfile
new file mode 100644
index 000000000..2389d6956
--- /dev/null
+++ b/libacpi/Pkgfile
@@ -0,0 +1,15 @@
+# Description: librairie partagée pour programmes réunissant les informations ACPI sur 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
+}