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

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents d0308bf5ec4a
children 757d032c55c7
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 fix ld
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make && 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 }