wok-next view at-spi2-atk/receipt @ rev 20634

oxine: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 27 12:51:30 2018 +0200 (2018-04-27)
parents 0e7893ac206d
children 29ae397b760a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="at-spi2-atk"
4 VERSION="2.22.0"
5 CATEGORY="libdevel"
6 SHORT_DESC="Bridges ATK to At-Spi2 D-Bus service"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnome.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/at-spi2-atk.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="dbus-dev glib-dev atk-dev at-spi2-core-dev xorg-libSM-dev \
16 xorg-libX11-dev"
17 SPLIT="at-spi2-atk-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 at-spi2-atk)
29 copy @std
30 DEPENDS="at-spi2-core atk dbus glib"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="at-spi2-atk at-spi2-core-dev glib-dev"
35 ;;
36 esac
37 }