CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
blackbox: initial import (verified compilation with my own patch file)
[attic/ports/opt-cross.git] / expat / Pkgfile
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
5 # Depends on:
6
7 name=expat
8 version=2.0.1
9 release=1
10 source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
11
12 build() {
13 cd $name-$version
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr
17 make
18 make prefix=$PKG/usr install
19 }