diff options
author | skingrapher <gandalf@aldebaran.(none)> | 2009-11-27 12:25:59 +0400 |
---|---|---|
committer | skingrapher <gandalf@aldebaran.(none)> | 2009-11-27 12:25:59 +0400 |
commit | 8b9d2c467cf9a303e26f5d42dd7290c4c2902e8b (patch) | |
tree | 0126f68d21f939a4fd154d8da6c58d38e4029040 /extra/libacpi/Pkgfile | |
parent | 3b672437298b0687668813d1240701d280e804ff (diff) | |
download | nutyx-extra-8b9d2c467cf9a303e26f5d42dd7290c4c2902e8b.tar.gz nutyx-extra-8b9d2c467cf9a303e26f5d42dd7290c4c2902e8b.tar.bz2 nutyx-extra-8b9d2c467cf9a303e26f5d42dd7290c4c2902e8b.tar.xz nutyx-extra-8b9d2c467cf9a303e26f5d42dd7290c4c2902e8b.zip |
ajout de libacpi#0.2-1
Diffstat (limited to 'extra/libacpi/Pkgfile')
-rw-r--r-- | extra/libacpi/Pkgfile | 15 |
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 +} |