contrib/crypto++/Pkgfile

14 lines
365 B
Plaintext
Raw Normal View History

2011-09-23 15:23:12 +02:00
# Description: C++ class library of cryptographic schemes.
2019-09-20 15:42:12 +02:00
# URL: https://www.cryptopp.com/
# Maintainer: unmaintained
2011-09-23 15:23:12 +02:00
name=crypto++
version=8.8.0
2011-09-23 15:23:12 +02:00
release=1
2021-01-09 07:02:40 +01:00
source=(https://www.cryptopp.com/${name//++/pp}${version//./}.zip)
2011-09-23 15:23:12 +02:00
build() {
2021-01-09 07:02:40 +01:00
make CXXFLAGS="$CXXFLAGS -DNDEBUG -fPIC" -f GNUmakefile dynamic libcryptopp.pc
make DESTDIR="$PKG" PREFIX="/usr" install-lib
2011-09-23 15:23:12 +02:00
}