2021-01-23 12:57:54 +01:00
|
|
|
# Description: atk to at-spi2 bridge library
|
|
|
|
# URL: https://wiki.gnome.org/Accessibility
|
|
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
|
|
|
# Depends on: atk at-spi2-core libxml2
|
2012-12-15 00:45:00 +01:00
|
|
|
|
|
|
|
name=at-spi2-atk
|
2020-10-24 17:35:31 +02:00
|
|
|
version=2.38.0
|
2015-10-14 20:41:00 +02:00
|
|
|
release=1
|
2020-05-31 17:29:24 +10:00
|
|
|
source=(https://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/${version:0:4}/at-spi2-atk-$version.tar.xz)
|
2012-12-15 00:45:00 +01:00
|
|
|
|
|
|
|
build() {
|
2021-01-23 12:57:54 +01:00
|
|
|
meson setup build $name-$version \
|
|
|
|
--prefix=/usr \
|
|
|
|
--buildtype=plain
|
2019-03-19 06:00:28 +01:00
|
|
|
|
2021-01-23 12:57:54 +01:00
|
|
|
meson compile -C build -j ${JOBS:-1}
|
|
|
|
DESTDIR=$PKG meson install -C build
|
2012-12-15 00:45:00 +01:00
|
|
|
}
|