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

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents ede906abe532
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="at-spi2-atk"
4 VERSION="2.30.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://developer.gnome.org/libatspi/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/at-spi2-atk.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 TARBALL_SHA1="67e7f2f807a93f2d6e7bc89f0d8937568b41e963"
16 BUILD_DEPENDS="meson ninja dbus-dev glib-dev atk-dev at-spi2-core-dev \
17 libxml2-dev"
18 SPLIT="$PACKAGE-dev"
20 DEPENDS_std="at-spi2-core atk dbus glib"
21 DEPENDS_dev="$PACKAGE at-spi2-core-dev glib-dev"
23 compile_rules() {
24 mkdir build
25 cd build
27 meson-wrapper &&
28 ninja &&
29 ninja install
30 }