wok view pycrypto/receipt @ rev 2694

Fix: gst-plugins-base BUILD_DEPENDS
author Rohit Joshi <jozee@slitaz.org>
date Wed Apr 22 11:11:27 2009 +0000 (2009-04-22)
parents
children f3327707164a
line source
1 # SliTaz package receipt.
3 PACKAGE="pycrypto"
4 VERSION="2.0.1"
5 CATEGORY="development"
6 SHORT_DESC="Cryptographic algorithms and protocols for python."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.amk.ca/python/code/crypto"
10 WGET_URL="http://www.amk.ca/files/python/crypto/$TARBALL"
11 DEPENDS="python"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 python setup.py build && python setup.py install --root=$PWD/_pkg
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 cp -a $_pkg/usr $fs
24 }