2009-05-12 20:55:48 +02:00
|
|
|
# Description: A fast, non-validating, stream-oriented XML parsing library
|
2017-06-19 12:01:53 +02:00
|
|
|
# URL: https://libexpat.github.io/
|
2009-05-12 20:55:48 +02:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
|
|
|
|
|
|
|
name=expat
|
2018-08-16 13:17:12 +02:00
|
|
|
version=2.2.6
|
2016-06-22 15:07:44 +02:00
|
|
|
release=1
|
|
|
|
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
|
2009-05-12 20:55:48 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2017-06-19 12:01:53 +02:00
|
|
|
|
2016-03-13 12:33:12 +01:00
|
|
|
./configure --prefix=/usr
|
2017-06-19 12:01:53 +02:00
|
|
|
|
2009-05-12 20:55:48 +02:00
|
|
|
make
|
2011-12-14 11:47:33 +01:00
|
|
|
make DESTDIR=$PKG install
|
2017-08-22 13:57:46 +02:00
|
|
|
|
|
|
|
rm -r $PKG/usr/share/doc
|
2009-05-12 20:55:48 +02:00
|
|
|
}
|