summaryrefslogtreecommitdiff
path: root/libabw/Pkgfile
blob: 0968c56aeb9b2c94ea01b9dd89da5847bb2b6756 (plain)
    1 # Description: a library that parses the file format of AbiWord documents
    2 # URL: https://wiki.documentfoundation.org/DLP/Libraries/libabw
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: librevenge libxml2
    5 
    6 name=libabw
    7 version=0.1.3
    8 release=2
    9 source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
   10 
   11 build() {
   12   cd $name-$version
   13   ./configure --prefix=/usr \
   14     --without-docs
   15   make
   16   make DESTDIR=$PKG install
   17 }

Generated by cgit