diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-27 22:01:03 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-27 22:01:03 +0100 |
commit | 67869a66910027fca7976ea63e1a14a7ca900756 (patch) | |
tree | 8b231e453f91514f01957525569dd43452f6271e /extra/yacpi | |
parent | 1f17f7cab1909271ec5229cb7814d4e4f5594492 (diff) | |
parent | bc5c51ce9bf9a70c259a42b242d7468fcf2113e3 (diff) | |
download | nutyx-pakxe-67869a66910027fca7976ea63e1a14a7ca900756.tar.gz nutyx-pakxe-67869a66910027fca7976ea63e1a14a7ca900756.tar.bz2 nutyx-pakxe-67869a66910027fca7976ea63e1a14a7ca900756.tar.xz nutyx-pakxe-67869a66910027fca7976ea63e1a14a7ca900756.zip |
Merge commit 'skingrapher/master'
Diffstat (limited to 'extra/yacpi')
-rw-r--r-- | extra/yacpi/.footprint | 1 | ||||
-rw-r--r-- | extra/yacpi/.md5sum | 1 | ||||
-rw-r--r-- | extra/yacpi/Pkgfile | 16 |
3 files changed, 18 insertions, 0 deletions
diff --git a/extra/yacpi/.footprint b/extra/yacpi/.footprint new file mode 100644 index 000000000..83e35a6b8 --- /dev/null +++ b/extra/yacpi/.footprint @@ -0,0 +1 @@ +-rwxr-xr-x root/root yacpi diff --git a/extra/yacpi/.md5sum b/extra/yacpi/.md5sum new file mode 100644 index 000000000..1fd78e8ac --- /dev/null +++ b/extra/yacpi/.md5sum @@ -0,0 +1 @@ +1b03394ee3b916f686cdc3e2c05ddb7a yacpi-3.0.1.tar.gz diff --git a/extra/yacpi/Pkgfile b/extra/yacpi/Pkgfile new file mode 100644 index 000000000..dc50d0607 --- /dev/null +++ b/extra/yacpi/Pkgfile @@ -0,0 +1,16 @@ +# Description: shows acpi information from your proc filesystem in an ncurses interface. +# URL: http://www.ngolde.de/yacpi.html +# Maintainer: NuTyX core team +# Packager: skingrapher at legtux dot org +# Depends on: ncurses, libacpi +name=yacpi +version=3.0.1 +release=1 +source=(http://www.ngolde.de/download/$name-$version.tar.gz) + +build() { +cd $name-$version + make + install -d $PKG + install -D -m 755 $name $PKG +} |