# Description: Librairie de cryptologie en C++ # URL: http://www.cryptopp.com/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: unzip 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 }