summaryrefslogtreecommitdiff
path: root/expat/Pkgfile
blob: c78dcf2d6c0d3844016fc267f024af7691d01dd6 (plain)
    1 # Description: A fast, non-validating, stream-oriented XML parsing library
    2 # URL:         https://libexpat.github.io/
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 
    5 name=expat
    6 version=2.2.6
    7 release=1
    8 source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
    9 
   10 build() { 
   11     cd $name-$version
   12     
   13     ./configure --prefix=/usr
   14     
   15     make
   16     make DESTDIR=$PKG install
   17 
   18     rm -r $PKG/usr/share/doc
   19 }

Generated by cgit