opt/expat/Pkgfile

16 lines
378 B
Plaintext
Raw Normal View History

2009-05-12 20:55:48 +02:00
# Description: A fast, non-validating, stream-oriented XML parsing library
# URL: http://expat.sourceforge.net/
# Maintainer: Juergen Daubert, jue at crux dot nu
name=expat
version=2.0.1
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
}