summaryrefslogtreecommitdiffstats
path: root/base/libacpi/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-26 22:42:15 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-26 22:42:15 +0100
commitd6e1eeabdc3fb2a53af9bb93d52970bd2aa9897e (patch)
treed475bac4311660d5b66fd6443bb2754971914bb4 /base/libacpi/Pkgfile
parent58aa1e9b3756aedee125b1d2461c22ddde062a7a (diff)
downloadnutyx-extra-d6e1eeabdc3fb2a53af9bb93d52970bd2aa9897e.tar.gz
nutyx-extra-d6e1eeabdc3fb2a53af9bb93d52970bd2aa9897e.tar.bz2
nutyx-extra-d6e1eeabdc3fb2a53af9bb93d52970bd2aa9897e.tar.xz
nutyx-extra-d6e1eeabdc3fb2a53af9bb93d52970bd2aa9897e.zip
libacpi, déplacé dans base
Diffstat (limited to 'base/libacpi/Pkgfile')
-rw-r--r--base/libacpi/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/base/libacpi/Pkgfile b/base/libacpi/Pkgfile
new file mode 100644
index 000000000..2389d6956
--- /dev/null
+++ b/base/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
+}