blob: 26effb7d121c152846f3da6adca7c0040fe37e2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Description: Information sur les périphérique pour HAL
# URL: http://www.freedesktop.org/wiki/Software/hal
# Packager: thierryn1 at hispeed dot ch
# Maintainer: NuTyX core team
name=hal-info
version=20091130
release=1
source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
|