contrib/fstrcmp/Pkgfile

18 lines
476 B
Plaintext

# Description: a library that is used to make fuzzy comparisons of strings and byte arrays, including multi-byte character strings
# URL: http://fstrcmp.sourceforge.net/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: ghostscript
name=fstrcmp
version=0.7.D001
release=1
source=(http://fstrcmp.sourceforge.net/fstrcmp-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -fr $PKG/usr/share/doc
}