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
|
2010-09-28 12:37:23 +02:00
|
|
|
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz
|
2010-01-18 13:02:32 +01:00
|
|
|
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
|
|
|
|
}
|