summaryrefslogtreecommitdiff
path: root/fstrcmp/Pkgfile
blob: ea8e76f82a11f0a272aeb6598913d0e6f3b13be3 (plain)
    1 # Description: a library that is used to make fuzzy comparisons of strings and byte arrays, including multi-byte character strings
    2 # URL: http://fstrcmp.sourceforge.net/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: ghostscript
    5 
    6 name=fstrcmp
    7 version=0.7.D001
    8 release=1
    9 source=(http://fstrcmp.sourceforge.net/fstrcmp-$version.tar.gz)
   10 
   11 build() {
   12   cd $name-$version
   13   ./configure --prefix=/usr
   14   make
   15   make DESTDIR=$PKG install
   16   rm -fr $PKG/usr/share/doc
   17 }

Generated by cgit