wok-next annotate pyorbit/receipt @ rev 20132
Patch midori for new vala.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 31 15:24:24 2017 +0200 (2017-10-31) |
parents | bf4a09ef1d2e |
children | 93930f418ffb |
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 ./configure \ |
slaxemulator@7729 | 20 --prefix=/usr \ |
slaxemulator@7729 | 21 $CONFIGURE_ARGS && |
slaxemulator@7729 | 22 make && |
pascal@15376 | 23 make DESTDIR=$DESTDIR install |
slaxemulator@7729 | 24 } |
slaxemulator@7729 | 25 |
slaxemulator@7729 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@7729 | 27 genpkg_rules() |
slaxemulator@7729 | 28 { |
pascal@15376 | 29 cp -a $install/usr $fs |
slaxemulator@7729 | 30 } |