wok-next annotate pyorbit/receipt @ rev 21443

updated sarg (2.3.1 -> 2.4.0)
author Hans-G?nter Theisgen
date Tue May 05 16:34:52 2020 +0100 (2020-05-05)
parents a3c581bf52b8
children
rev   line source
al@20557 1 # SliTaz package receipt v2.
slaxemulator@7729 2
slaxemulator@7729 3 PACKAGE="pyorbit"
slaxemulator@7729 4 VERSION="2.24.0"
slaxemulator@7729 5 CATEGORY="system-tools"
al@20557 6 SHORT_DESC="Python binding to GNOME ORBit"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15376 8 LICENSE="LGPL2.1"
al@20906 9 WEB_SITE="https://www.gnome.org/"
al@20557 10
slaxemulator@7729 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20557 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
slaxemulator@7729 13
al@20513 14 BUILD_DEPENDS="python-dev orbit2-dev"
pascal@15376 15
al@20557 16 compile_rules() {
al@20557 17 ./configure $CONFIGURE_ARGS &&
al@20604 18 fix libtool &&
slaxemulator@7729 19 make &&
al@21020 20 make DESTDIR=$install install
slaxemulator@7729 21 }
slaxemulator@7729 22
al@20557 23 genpkg_rules() {
al@20557 24 copy @std @dev
al@20557 25 DEPENDS="python orbit2"
slaxemulator@7729 26 }