wok-next annotate pygobject/receipt @ rev 19972

Up copyq (3.1.1), qedit (2.8.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 19:29:54 2017 +0200 (2017-10-17)
parents 52c764d3ee0f
children 0e7893ac206d
rev   line source
al@19741 1 # SliTaz package receipt v2.
erjo@1175 2
erjo@1175 3 PACKAGE="pygobject"
gokhlayeh@11413 4 VERSION="2.28.6"
erjo@1175 5 CATEGORY="development"
erjo@1175 6 SHORT_DESC="Python bindings for the GObject library"
erjo@1175 7 MAINTAINER="erjo@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
al@19741 9 WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html"
al@19741 10
erjo@1175 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
slaxemulator@9490 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@1175 13
al@19779 14 BUILD_DEPENDS="python python-dev pkg-config glib-dev pycairo-dev \
al@19776 15 cairo-dev libffi-dev util-linux-mount-dev"
al@19741 16 SPLIT="pygobject-dev"
pascal@14996 17
erjo@1175 18 # Rules to configure and make the package.
erjo@1175 19 compile_rules()
erjo@1175 20 {
gokhlayeh@11413 21 ./configure --disable-introspection $CONFIGURE_ARGS &&
slaxemulator@10230 22 make && make install
erjo@1175 23 }
erjo@1175 24
erjo@1175 25 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1175 26 genpkg_rules()
erjo@1175 27 {
al@19741 28 case $PACKAGE in
al@19741 29 pygobject)
al@19741 30 copy @std
al@19779 31 DEPENDS="python pycairo glib libffi"
al@19741 32 ;;
al@19741 33 *-dev)
al@19741 34 copy @dev
al@19741 35 DEPENDS="pygobject libffi-dev"
al@19741 36 ;;
al@19741 37 esac
erjo@1175 38 }