forked from ports/contrib
fstrcmp: updated URL and source
This commit is contained in:
parent
b8cc6d2610
commit
496e91c90b
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF38QztEecVpCIcNEUzdXu9lZ52MQ+kITepD09Tr9F3JdtsOqVdzWnQyyhC69JepAUC6UEmkhCa9rJVzDsTsemHwQ=
|
||||
SHA256 (Pkgfile) = adbebea8c15d1cfd65a46325ac742056aedcd242f423a69650e2a8a71e169638
|
||||
RWSagIOpLGJF3yDVozPJsIrqrS///zAZrgC/Dr4vYB6Z4DLuBDQRXPpHPZTiAkDqTt7xvpC3i69HJF7SG1i5jUmsprftfcstvQE=
|
||||
SHA256 (Pkgfile) = 472ee570224f8104ee02054fa38685c174bd2ccb8d1af3217758c5a10c9f8454
|
||||
SHA256 (.footprint) = a3e1bee71ad94d7f2eecfb8097d3634c5586a399658fbc3618a56f5363208d9d
|
||||
SHA256 (fstrcmp-0.7.D001.tar.gz) = e4018e850f80700acee8da296e56e15b1eef711ab15157e542e7d7e1237c3476
|
||||
|
@ -1,17 +1,19 @@
|
||||
# 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/
|
||||
# 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=(http://fstrcmp.sourceforge.net/fstrcmp-$version.tar.gz)
|
||||
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user