# Description: a library that is used to make fuzzy comparisons of strings and byte arrays, including multi-byte character strings
# URL: https://fstrcmp.sourceforge.net
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: ghostscript

name=fstrcmp
version=0.7.D001
release=1
source=(https://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
}
