summaryrefslogtreecommitdiff
path: root/expat-32/Pkgfile
blob: f03f24c96c596c87006069cc07151f335123d2bf (plain)
    1 # Description: A fast, non-validating, stream-oriented XML parsing library
    2 # URL:         https://libexpat.github.io/
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: expat
    5 
    6 name=expat-32
    7 version=2.2.10
    8 release=1
    9 source=(https://downloads.sourceforge.net/project/${name%-*}/${name%-*}/$version/${name%-*}-$version.tar.bz2)
   10 
   11 build() { 
   12 	cd ${name%-*}-$version
   13 
   14 	./configure \
   15 		--prefix=/usr \
   16 		--libdir=/usr/lib32
   17 
   18 	make
   19 	make DESTDIR=$PKG install
   20 
   21 	rm -r $PKG/usr/{bin,include,share/doc}
   22 	rmdir $PKG/usr/share
   23 }

Generated by cgit