opt/expat/Pkgfile

19 lines
548 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
2010-01-18 13:02:32 +01:00
release=2
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz
expat-CVE-2009-3560.patch expat-CVE-2009-3720.patch)
2009-05-12 20:55:48 +02:00
build() {
cd $name-$version
2010-01-18 13:02:32 +01:00
patch -p0 -d lib -i $SRC/expat-CVE-2009-3560.patch
patch -p0 -d lib -i $SRC/expat-CVE-2009-3720.patch
2009-05-12 20:55:48 +02:00
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}