# HG changeset patch # User Yuri Pourre # Date 1405275720 10800 # Node ID 1a4380b2fd8c5bb0238a2332bcafddbf09f86598 # Parent 5783311d275b8a857c06cb9aab12189bee0c37fe Add at-spi2-atk diff -r 5783311d275b -r 1a4380b2fd8c at-spi2-atk/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/at-spi2-atk/receipt Sun Jul 13 15:22:00 2014 -0300 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="at-spi2-atk" +VERSION="2.12.1" +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="http://www.gnome.org/" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +DEPENDS="atk dbus util-linux-uuid" +BUILD_DEPENDS="at-spi2 atk-dev dbus-dev util-linux-uuid-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install +} + +genpkg_rules() +{ + cp -a $install/usr $fs +}