summaryrefslogtreecommitdiffstats
path: root/base/pycrypto/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 17:13:43 +0100
committersibel <lesibel@free.fr>2011-03-03 17:13:43 +0100
commitbe7d381c14e7cbf193f166d9fdc22426bb589c45 (patch)
tree5859facf8277cdb5674b23ddf7d675bf6ca06f2e /base/pycrypto/Pkgfile
parente386d365e85e13b9aca982d732351759d79863bd (diff)
downloadnutyx-pakxe-be7d381c14e7cbf193f166d9fdc22426bb589c45.tar.gz
nutyx-pakxe-be7d381c14e7cbf193f166d9fdc22426bb589c45.tar.bz2
nutyx-pakxe-be7d381c14e7cbf193f166d9fdc22426bb589c45.tar.xz
nutyx-pakxe-be7d381c14e7cbf193f166d9fdc22426bb589c45.zip
pycrypto déplacé dans base
Diffstat (limited to 'base/pycrypto/Pkgfile')
-rwxr-xr-xbase/pycrypto/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/base/pycrypto/Pkgfile b/base/pycrypto/Pkgfile
new file mode 100755
index 000000000..877676304
--- /dev/null
+++ b/base/pycrypto/Pkgfile
@@ -0,0 +1,18 @@
+# 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
+}
+