# HG changeset patch # User Pascal Bellard # Date 1233846245 0 # Node ID 0177abfea30726b0d7f60621d395ef23a0347dc1 # Parent e8ee7cd18b247e0ba2a17dcc6a77d6b7126bbfb7 Add pycrypto diff -r e8ee7cd18b24 -r 0177abfea307 pycrypto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pycrypto/receipt Thu Feb 05 15:04:05 2009 +0000 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="pycrypto" +VERSION="2.0.1" +CATEGORY="development" +SHORT_DESC="Cryptographic algorithms and protocols for python." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.amk.ca/python/code/crypto" +WGET_URL="http://www.amk.ca/files/python/crypto/$TARBALL" +DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build && python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +