compat-32/expat-32/Pkgfile

23 lines
490 B
Plaintext
Raw Normal View History

# Description: A fast, non-validating, stream-oriented XML parsing library
# URL: http://expat.sourceforge.net/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: expat
name=expat-32
2016-06-26 07:56:12 +02:00
version=2.2.0
release=1
2016-03-26 01:10:57 +01:00
source=(http://download.sourceforge.net/expat/expat-$version.tar.bz2)
build() {
2016-03-26 01:10:57 +01:00
cd expat-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32
make
make INSTALL_ROOT=$PKG install
rm -r $PKG/usr/{bin,include,share/man,share}
}