summaryrefslogtreecommitdiffstats
path: root/extra/yacpi/Pkgfile
blob: dc50d0607f532294f2152cc3b485f61593f168d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}