summaryrefslogtreecommitdiffstats
path: root/extra/crypto++/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/crypto++/Pkgfile')
-rwxr-xr-xextra/crypto++/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/crypto++/Pkgfile b/extra/crypto++/Pkgfile
deleted file mode 100755
index de9454080..000000000
--- a/extra/crypto++/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Librairie de cryptologie en C++
-# URL: http://www.cryptopp.com/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: unzip
-# Run 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
-}
-