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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 757d032c55c7
children d2950281f122
line source
1 # SliTaz package receipt v2.
3 PACKAGE="at-spi2-atk"
4 VERSION="2.26.1"
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://developer.gnome.org/libatspi/"
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"
16 SPLIT="at-spi2-atk-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 at-spi2-atk)
28 copy @std
29 DEPENDS="at-spi2-core atk dbus glib"
30 ;;
31 *-dev)
32 copy @dev
33 DEPENDS="at-spi2-atk at-spi2-core-dev glib-dev"
34 ;;
35 esac
36 }