wok-current view paramiko/receipt @ rev 9686
xorg-libXt: clean up.
| author | Christopher Rogers <slaxemulator@gmail.com> | 
|---|---|
| date | Fri May 06 21:40:04 2011 +0000 (2011-05-06) | 
| parents | |
| children | ee036385c59a | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="paramiko"
     4 VERSION="1.7.6"
     5 CATEGORY="development"
     6 SHORT_DESC="module for python that implements the SSH2 protocol."
     7 MAINTAINER="pascal.bellard@slitaz.org"
     8 TARBALL="$PACKAGE-$VERSION.tar.gz"
     9 WEB_SITE="http://www.lag.net/paramiko"
    10 WGET_URL="$WEB_SITE/download/$TARBALL"
    11 DEPENDS="pycrypto"
    13 # Rules to configure and make the package.
    14 compile_rules()
    15 {
    16 	cd $src
    17 	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 }