summaryrefslogtreecommitdiffstats
path: root/base/pycrypto/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:01:50 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:01:50 +0200
commitaa94cc108c8fdb54525e938962e9c404211ae04a (patch)
tree64385e43c9ebf4b84455afed1d63842bb64c41f9 /base/pycrypto/Pkgfile
parent92bab22c9bc0ac3e983e60f04edf8ee62cd534aa (diff)
downloadnutyx-extra-aa94cc108c8fdb54525e938962e9c404211ae04a.tar.gz
nutyx-extra-aa94cc108c8fdb54525e938962e9c404211ae04a.tar.bz2
nutyx-extra-aa94cc108c8fdb54525e938962e9c404211ae04a.tar.xz
nutyx-extra-aa94cc108c8fdb54525e938962e9c404211ae04a.zip
pycrypto dans extra
Diffstat (limited to 'base/pycrypto/Pkgfile')
-rwxr-xr-xbase/pycrypto/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/base/pycrypto/Pkgfile b/base/pycrypto/Pkgfile
deleted file mode 100755
index 877676304..000000000
--- a/base/pycrypto/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Collection d'algoritmes et protocols pour Python
-# URL: http://www.amk.ca/python/code/crypto.html
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-# Run on:
-
-name=pycrypto
-version=2.0.1
-release=1
-source=( http://www.amk.ca/files/python/crypto/$name-$version.tar.gz)
-
-
-build() {
- cd $name-$version
- python2 setup.py build install --root=$PKG
-}
-