# HG changeset patch # User Yuri Pourre # Date 1405270746 10800 # Node ID efa29fe682df6cb2830ba9ffcf3fe1972ab1398d # Parent 4e55903a3d9dc82ca19aa69813e3ab4a0540f720 Rename at-spi2-core to at-spi2 diff -r 4e55903a3d9d -r efa29fe682df at-spi2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/at-spi2/receipt Sun Jul 13 13:59:06 2014 -0300 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="at-spi2" +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 +}