CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
glib: Fixed email address
[attic/ports/opt-cross.git] / expat / Pkgfile
CommitLineData
ae2cda84
VM
1# Description: A fast, non-validating, stream-oriented XML parsing library
2# URL: http://expat.sourceforge.net/
3# Maintainer: Juergen Daubert, jue at crux dot nu
4# Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org
ebf700c6 5# Depends on:
ae2cda84
VM
6
7name=expat
8version=2.0.1
9release=1
10source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
11
12build() {
13 cd $name-$version
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr
17 make
18 make prefix=$PKG/usr install
19}