opt/crypto++/Pkgfile
2009-09-18 20:55:51 +03:00

17 lines
388 B
Plaintext

# Description: C++ class library of cryptographic schemes
# URL: http://www.cryptopp.com/
# Maintainer: Antti Nykanen, aon at iki dot fi
# Depends on:
name=crypto++
version=5.6.0
release=1
source=(http://www.cryptopp.com/${name/++/pp}${version//\./}.zip)
build() {
make CXXFLAGS="$CXXFLAGS"
make PREFIX=$PKG/usr install
rm -rf $PKG/usr/bin
chmod 644 $PKG/usr/include/cryptopp/*.h
}