summaryrefslogtreecommitdiffstats
path: root/libacpi/Pkgfile
blob: 2389d6956673cc902ca501f2dc0e1f5b8fbb465b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: librairie partagée pour programmes réunissant les informations ACPI sur 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
}