wok-next annotate at-spi2-core/receipt @ rev 20726

python: remove previously added '--without-ensurepip' (it made an opposite action)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 28 15:07:14 2018 +0300 (2018-05-28)
parents 757d032c55c7
children d2950281f122
rev   line source
al@19733 1 # SliTaz package receipt v2.
al@19682 2
al@19682 3 PACKAGE="at-spi2-core"
al@20640 4 VERSION="2.26.2"
al@19682 5 CATEGORY="libdevel"
al@19682 6 SHORT_DESC="Service Provider Interface for the Assistive Technologies"
al@19682 7 MAINTAINER="al.bobylev@gmail.com"
al@19841 8 LICENSE="GPL3"
al@20640 9 WEB_SITE="https://developer.gnome.org/libatspi/"
al@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/at-spi2-core.html"
al@19682 11
al@19682 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19682 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
al@19682 14
al@20640 15 BUILD_DEPENDS="gettext dbus-dev xorg-libX11-dev xorg-libXtst-dev \
al@20640 16 gobject-introspection-dev"
al@19733 17 SPLIT="at-spi2-core-dev"
al@19682 18
al@20443 19 compile_rules() {
al@20534 20 ./configure $CONFIGURE_ARGS &&
al@20443 21 fix libtool &&
al@19682 22 make &&
al@19682 23 make install
al@19682 24 }
al@19682 25
al@20443 26 genpkg_rules() {
al@19733 27 case $PACKAGE in
al@19733 28 at-spi2-core)
al@19733 29 copy @std
al@20443 30 DEPENDS="dbus glib xorg-libX11 xorg-libXtst"
al@19733 31 ;;
al@20443 32 *-dev)
al@19733 33 copy @dev
al@20443 34 DEPENDS="at-spi2-core dbus-dev glib-dev"
al@19733 35 ;;
al@19733 36 esac
al@19682 37 }