opt/crypto++/Pkgfile

16 lines
347 B
Plaintext
Raw Normal View History

2008-06-13 15:49:52 +02:00
# Description: C++ class library of cryptographic schemes
# URL: http://www.cryptopp.com/
# Maintainer: Antti Nykanen, aon at iki dot fi
# Depends on:
name=crypto++
2009-03-17 19:31:27 +01:00
version=5.6.0
2008-06-13 15:49:52 +02:00
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
}