29 lines
620 B
Text
Executable file
29 lines
620 B
Text
Executable file
APP=atk
|
|
VERSION=2.34.1
|
|
BUILD=1sml
|
|
HOMEPAGE="https://gitlab.gnome.org/GNOME/atk"
|
|
DESC="Interface definitions of accessibility infrastructure"
|
|
REQUIRES="gobject-introspection"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $APP-$VERSION
|
|
|
|
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
|
|
cd $APP-$VERSION
|
|
fixbuilddirpermissions
|
|
|
|
mkdir -p smbuild && cd smbuild
|
|
meson .. --prefix="/"
|
|
|
|
ninja
|
|
DESTDIR="$PKG" ninja install
|
|
|
|
cp ../COPYING $PKGDOCS/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
SHA512SUMS="
|
|
4a67adfb5b25e08de1892d4ac2ae0c3ed0011ce80b0b2066462676f86563f96429202b0d036ee909e51bf678574a4caf83a9e0ea5f409bb6fc02bc9e9bbc53c9 atk-2.34.1.tar.lz
|
|
"
|