wok-next view at-spi2-core/receipt @ rev 20714

netkit-rsh: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:56:13 2018 +0300 (2018-05-27)
parents 757d032c55c7
children d2950281f122
line source
1 # SliTaz package receipt v2.
3 PACKAGE="at-spi2-core"
4 VERSION="2.26.2"
5 CATEGORY="libdevel"
6 SHORT_DESC="Service Provider Interface for the Assistive Technologies"
7 MAINTAINER="al.bobylev@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-core.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="gettext dbus-dev xorg-libX11-dev xorg-libXtst-dev \
16 gobject-introspection-dev"
17 SPLIT="at-spi2-core-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-core)
29 copy @std
30 DEPENDS="dbus glib xorg-libX11 xorg-libXtst"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="at-spi2-core dbus-dev glib-dev"
35 ;;
36 esac
37 }