opt/hal-info/Pkgfile
2008-06-19 22:46:43 +10:00

18 lines
414 B
Plaintext

# Description: Device information for HAL
# URL: http://www.freedesktop.org/wiki/Software/hal
# Packager: Matt Housh, jaeger at crux dot nu
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Depends on: hal
name=hal-info
version=20080508
release=1
source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}