wok annotate pylorcon/receipt @ rev 15376

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 18 22:13:53 2013 +0000 (2013-10-18)
parents 10e5a68032aa
children 7d6f3d121846
rev   line source
slaxemulator@13166 1 # SliTaz package receipt.
slaxemulator@13166 2
slaxemulator@13166 3 PACKAGE="pylorcon"
slaxemulator@13166 4 VERSION="3"
slaxemulator@13166 5 CATEGORY="development"
slaxemulator@13166 6 SHORT_DESC="http://code.google.com/p/pylorcon/"
slaxemulator@13166 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15376 8 LICENSE="GPL2"
slaxemulator@13166 9 WEB_SITE="http://code.google.com/p/pylorcon/"
slaxemulator@13166 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
slaxemulator@13166 11 WGET_URL="http://pylorcon.googlecode.com/files/$TARBALL"
slaxemulator@13166 12
slaxemulator@13166 13 DEPENDS="python lorcon-old"
slaxemulator@13166 14 BUILD_DEPENDS="python-dev lorcon-old-dev"
slaxemulator@13166 15
slaxemulator@13166 16 # Rules to configure and make the package.
slaxemulator@13166 17 compile_rules()
slaxemulator@13166 18 {
slaxemulator@13166 19 cd $src
slaxemulator@13166 20 python setup.py install --root=$DESTDIR
slaxemulator@13166 21 }
slaxemulator@13166 22
slaxemulator@13166 23 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@13166 24 genpkg_rules()
slaxemulator@13166 25 {
slaxemulator@13166 26 cp -a $install/* $fs
slaxemulator@13166 27 }