opt/expat/Pkgfile

19 lines
419 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
version=2.2.1
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
2009-05-12 20:55:48 +02:00
build() {
cd $name-$version
CONFIG_SHELL=/bin/bash \
./configure --prefix=/usr
2009-05-12 20:55:48 +02:00
make
make DESTDIR=$PKG install
2009-05-12 20:55:48 +02:00
}