wok-next view pylorcon/receipt @ rev 16112

Up tmux (1.9a)
author Paul Issott <paul@slitaz.org>
date Fri Mar 21 19:47:34 2014 +0000 (2014-03-21)
parents 10e5a68032aa
children 7d6f3d121846
line source
1 # SliTaz package receipt.
3 PACKAGE="pylorcon"
4 VERSION="3"
5 CATEGORY="development"
6 SHORT_DESC="http://code.google.com/p/pylorcon/"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://code.google.com/p/pylorcon/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://pylorcon.googlecode.com/files/$TARBALL"
13 DEPENDS="python lorcon-old"
14 BUILD_DEPENDS="python-dev lorcon-old-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }