opt/expat/Pkgfile

21 lines
486 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: https://libexpat.github.io/
2009-05-12 20:55:48 +02:00
# Maintainer: Juergen Daubert, jue at crux dot nu
name=expat
2019-09-26 11:29:28 +02:00
version=2.2.9
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.lz)
2009-05-12 20:55:48 +02:00
build() {
cd $name-$version
./configure --prefix=/usr
2009-05-12 20:55:48 +02:00
make
make DESTDIR=$PKG install
2019-06-23 14:43:19 +02:00
install -D -m 0644 doc/xmlwf.1 $PKG/usr/share/man/man1/xmlwf.1
2017-08-22 13:57:46 +02:00
rm -r $PKG/usr/share/doc
2009-05-12 20:55:48 +02:00
}