mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
16 lines
353 B
Plaintext
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
|
|
}
|