# HG changeset patch # User Yuri Pourre # Date 1405270819 10800 # Node ID bf2892293c0902310ec9ef975569df009f93804e # Parent efa29fe682df6cb2830ba9ffcf3fe1972ab1398d Remove at-spi2-core folder diff -r efa29fe682df -r bf2892293c09 at-spi2-core/receipt --- a/at-spi2-core/receipt Sun Jul 13 13:59:06 2014 -0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# 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 -}