wok-6.x annotate pyorbit/receipt @ rev 17448
Add Qcad 2D CAD application
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Dec 14 10:13:18 2014 +0100 (2014-12-14) |
parents | 35e8fc6cb131 |
children | 16df76e1fc6a |
rev | line source |
---|---|
slaxemulator@7729 | 1 # SliTaz package receipt. |
slaxemulator@7729 | 2 |
slaxemulator@7729 | 3 PACKAGE="pyorbit" |
slaxemulator@7729 | 4 VERSION="2.24.0" |
slaxemulator@7729 | 5 CATEGORY="system-tools" |
slaxemulator@7729 | 6 SHORT_DESC="Python binding to GNOME ORBit." |
slaxemulator@7729 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15376 | 8 LICENSE="LGPL2.1" |
slaxemulator@7729 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
slaxemulator@7729 | 10 WEB_SITE="http://www.gnome.org/" |
slaxemulator@7729 | 11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" |
slaxemulator@7729 | 12 |
pascal@15376 | 13 DEPENDS="python ORBit2" |
pascal@15376 | 14 BUILD_DEPENDS="python-dev ORBit2-dev pkg-config" |
pascal@15376 | 15 |
slaxemulator@7729 | 16 # Rules to configure and make the package. |
slaxemulator@7729 | 17 compile_rules() |
slaxemulator@7729 | 18 { |
slaxemulator@7729 | 19 cd $src |
slaxemulator@7729 | 20 ./configure \ |
slaxemulator@7729 | 21 --prefix=/usr \ |
slaxemulator@7729 | 22 $CONFIGURE_ARGS && |
slaxemulator@7729 | 23 make && |
pascal@15376 | 24 make DESTDIR=$DESTDIR install |
slaxemulator@7729 | 25 } |
slaxemulator@7729 | 26 |
slaxemulator@7729 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@7729 | 28 genpkg_rules() |
slaxemulator@7729 | 29 { |
pascal@15376 | 30 cp -a $install/usr $fs |
slaxemulator@7729 | 31 } |