Juergen Daubert
0e5e920c84
includes security fixes, see https://github.com/libexpat/libexpat/blob/R_2_2_2/expat/Changes
18 lines
390 B
Plaintext
18 lines
390 B
Plaintext
# Description: A fast, non-validating, stream-oriented XML parsing library
|
|
# URL: https://libexpat.github.io/
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
|
|
|
name=expat
|
|
version=2.2.2
|
|
release=1
|
|
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|