wok annotate pyorbit/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents bf4a09ef1d2e
children 86790a278e70
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 }