opt/expat/Pkgfile

16 lines
399 B
Plaintext

# 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.1.0
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}