summaryrefslogtreecommitdiffstats
path: root/extra/libacpi/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:24:17 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:24:17 +0200
commit977baf1a0266212885d62df6fa9377f440790a86 (patch)
tree87fbb80d81082d76db9116567b278cab4bc34418 /extra/libacpi/Pkgfile
parenta902d35d8eee92aac641b9b8d765da6af881c7a2 (diff)
downloadnutyx-extra-977baf1a0266212885d62df6fa9377f440790a86.tar.gz
nutyx-extra-977baf1a0266212885d62df6fa9377f440790a86.tar.bz2
nutyx-extra-977baf1a0266212885d62df6fa9377f440790a86.tar.xz
nutyx-extra-977baf1a0266212885d62df6fa9377f440790a86.zip
libacpi dans extra
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..2389d6956
--- /dev/null
+++ b/extra/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
+}