wok view pylorcon/receipt @ rev 14054

virtualbox-ose: splitted in virtualbox-ose for slitaz hosts and virtualbox-ose-guestutils for slitaz guests, can't get it to work without reboot
author ernia <monghitri@aruba.it>
date Tue Feb 19 20:23:53 2013 +0000 (2013-02-19)
parents
children bf4a09ef1d2e
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 WEB_SITE="http://code.google.com/p/pylorcon/"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="http://pylorcon.googlecode.com/files/$TARBALL"
12 DEPENDS="python lorcon-old"
13 BUILD_DEPENDS="python-dev lorcon-old-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }