wok-next annotate at-spi2-atk/receipt @ rev 20272

Update cups (thanks Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 09:48:17 2017 +0100 (2017-11-08)
parents 2c48a1f40bb6
children 0e7893ac206d
rev   line source
al@19733 1 # SliTaz package receipt v2.
yuripourre@16882 2
yuripourre@16882 3 PACKAGE="at-spi2-atk"
al@19841 4 VERSION="2.22.0"
yuripourre@16882 5 CATEGORY="libdevel"
al@19682 6 SHORT_DESC="Bridges ATK to At-Spi2 D-Bus service"
yuripourre@16882 7 MAINTAINER="yuripourre@gmail.com"
al@19841 8 LICENSE="GPL3"
al@19682 9 WEB_SITE="https://www.gnome.org/"
al@19682 10
yuripourre@16882 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
yuripourre@16961 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
yuripourre@16882 13
al@19682 14 BUILD_DEPENDS="dbus-dev glib-dev atk-dev at-spi2-core-dev"
al@19733 15 SPLIT="at-spi2-atk-dev"
yuripourre@16882 16
yuripourre@16882 17 # Rules to configure and make the package.
yuripourre@16882 18 compile_rules()
yuripourre@16882 19 {
al@19841 20 # http://www.linuxfromscratch.org/blfs/view/stable/x/at-spi2-atk.html
al@19682 21 ./configure $CONFIGURE_ARGS && make && make install
yuripourre@16882 22 }
yuripourre@16882 23
yuripourre@16882 24 genpkg_rules()
yuripourre@16882 25 {
al@19733 26 case $PACKAGE in
al@19733 27 at-spi2-atk)
al@19733 28 copy @std
al@19841 29 DEPENDS="at-spi2-core atk dbus glib libffi pcre util-linux-uuid \
al@19841 30 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \
al@19841 31 xorg-libxcb"
al@19733 32 ;;
al@19733 33 at-spi2-atk-dev)
al@19733 34 copy @dev
al@19841 35 DEPENDS="at-spi2-atk \
al@19841 36 at-spi2-core-dev atk-dev dbus-dev glib-dev libffi-dev pcre-dev \
al@19841 37 util-linux-uuid-dev xorg-libICE-dev xorg-libSM-dev xorg-libX11-dev \
al@19841 38 xorg-libXau-dev xorg-libXdmcp-dev xorg-libxcb-dev"
al@19733 39 ;;
al@19733 40 esac
yuripourre@16882 41 }