Receipt for package "at-spi2-atk"
# SliTaz package receipt. PACKAGE="at-spi2-atk" VERSION="2.38.0" CATEGORY="libdevel" LICENSE="GPL3" SHORT_DESC="Bridges ATK to At-Spi2 D-Bus service." MAINTAINER="yuripourre@gmail.com" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="https://www.gnome.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="atk dbus util-linux-uuid at-spi2" BUILD_DEPENDS="at-spi2 atk-dev dbus-dev \ util-linux-uuid-dev meson" HOST_ARCH="i486 x86_64" current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { meson build \ --prefix=/usr \ --libdir=lib \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --buildtype=release && ninja -C build && ninja -C build install } genpkg_rules() { cp -a $install/usr $fs }
6063 packages and 233209 files in current database (Sat Dec 21 00:00:03 2024)