Files
ports/main/fstrcmp/spkgbuild
Paul Dino Jones 12aff06a57 kodi and fstrcmp
2022-04-14 15:48:23 +00:00

16 lines
353 B
Plaintext

# description : fstrcmp - a library that is used to make fuzzy comparisons of strings and byte arrays
# depends : 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
}