core/expat/Pkgfile

16 lines
386 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A fast, non-validating, stream-oriented XML parsing library
# URL: http://expat.sourceforge.net/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=expat
2007-06-07 09:51:22 +02:00
version=2.0.1
2006-02-23 16:26:10 +01:00
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}