CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: initial import (verified compilation)
[attic/ports/opt-cross.git] / hal-info / Pkgfile
CommitLineData
a79db6a1
VM
1# Description: Device information for HAL
2# URL: http://www.freedesktop.org/wiki/Software/hal
3# Packager: Matt Housh, jaeger at crux dot nu
4# Maintainer: Lucas Hazel, lucas at die dot net dot au
38b50d66 5# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
a79db6a1
VM
6
7name=hal-info
8version=20091130
9release=1
10source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz)
11
12build() {
13 cd $name-$version
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr
17 make
18 make DESTDIR=$PKG install
19}