wok-6.x annotate pyroom/receipt @ rev 10543
gnomad2: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 19:03:26 2011 +0200 (2011-05-25) |
parents | 210b89b3d6c2 |
children | bf4a09ef1d2e |
rev | line source |
---|---|
paul@3943 | 1 # SliTaz package receipt. |
paul@3943 | 2 |
paul@3943 | 3 PACKAGE="pyroom" |
paul@3943 | 4 VERSION="0.4.1" |
paul@3943 | 5 CATEGORY="office" |
paul@3943 | 6 SHORT_DESC="Full screen editor." |
paul@3943 | 7 MAINTAINER="paul@slitaz.org" |
paul@4364 | 8 DEPENDS="python pygtk python-xdg libffi" |
paul@3943 | 9 BUILD_DEPENDS="python python-dev gettext" |
paul@3943 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
paul@3943 | 11 WEB_SITE="http://pyroom.org/" |
paul@3943 | 12 WGET_URL="http://launchpad.net/pyroom/0.4/$VERSION/+download/$TARBALL" |
paul@3943 | 13 |
paul@3943 | 14 # Rules to configure and make the package. |
paul@3943 | 15 compile_rules() |
paul@3943 | 16 { |
paul@3943 | 17 cd $src |
paul@3943 | 18 python setup.py build && |
paul@3943 | 19 python setup.py install --root=$PWD/_pkg |
paul@3943 | 20 } |
paul@3943 | 21 |
paul@3943 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@3943 | 23 genpkg_rules() |
paul@3943 | 24 { |
paul@3944 | 25 mkdir -p $fs |
paul@3943 | 26 cp -a $_pkg/usr $fs |
paul@3943 | 27 } |
paul@3943 | 28 |