# HG changeset patch # User Yuri Pourre # Date 1405270224 10800 # Node ID b42322a9e2c99d0132997eb27bb00ceee3f16550 # Parent 097c32f01c9e1b2174140768bc896e9c65fa69a7 Add at-spi2-core diff -r 097c32f01c9e -r b42322a9e2c9 at-spi2-core/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/at-spi2-core/receipt Sun Jul 13 13:50:24 2014 -0300 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="at-spi2-core" +VERSION="2.12.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="http://www.gnome.org/" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +DEPENDS="dbus glib gobject-introspection util-linux-uuid" +BUILD_DEPENDS="dbus-dev glib-dev gobject-introspection-dev util-linux-uuid-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install +} + +genpkg_rules() +{ + cp -a $install/usr $fs +}