CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
expat: initial import (verified compilation)
[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
6 name=expat
7 version=2.0.1
8 release=1
9 source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
10
11 build() {
12 cd $name-$version
13 ./configure --build=$CHOST \
14 --host=$CTARGET \
15 --prefix=/usr
16 make
17 make prefix=$PKG/usr install
18 }