compat-32/atk-32/Pkgfile

21 lines
544 B
Plaintext
Raw Normal View History

# Description: A set of interfaces for accessibility
2017-03-19 09:20:20 +01:00
# URL: https://www.gtk.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
2019-05-26 08:20:43 +02:00
# Depends on: atk glib-32
name=atk-32
2020-06-26 13:32:54 +02:00
version=2.36.0
release=1
2017-03-19 09:20:20 +01:00
source=(https://download.gnome.org/sources/${name%-*}/${version:0:4}/${name%-*}-$version.tar.xz)
2014-10-18 13:55:56 +02:00
build() {
2017-03-19 09:20:20 +01:00
cd ${name%-*}-$version
2019-05-26 08:20:43 +02:00
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig:/usr/lib/pkgconfig'
2019-05-26 08:20:43 +02:00
meson build --prefix=/usr --libdir=/usr/lib32
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
rm -r $PKG/usr/{include,share}
}