summaryrefslogtreecommitdiffstats
path: root/yacpi/Pkgfile
blob: d74295c6faa362d09e7518b516b99cf452049c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: affiche les informations ACPI depuis le système de fichiers proc avec une interface ncurses
# URL: http://www.ngolde.de/yacpi.html
# Maintainer: NuTyX core team
# Packager: skingrapher at legtux dot org
# Depends on: libacpi
# Run on: libacpi

name=yacpi
version=3.0.1
release=2
source=(http://www.ngolde.de/download/$name-$version.tar.gz)

build() {
	cd $name-$version
	make
	install -d $PKG/usr/bin
	install -D -m 755 $name $PKG/usr/bin
}