summaryrefslogtreecommitdiffstats
path: root/extra/yacpi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/yacpi/Pkgfile')
-rw-r--r--extra/yacpi/Pkgfile16
1 files changed, 16 insertions, 0 deletions
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
+}