wok rev 16875

Add at-spi2-core
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 13:50:24 2014 -0300 (2014-07-13)
parents 097c32f01c9e
children 4e55903a3d9d
files at-spi2-core/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/at-spi2-core/receipt	Sun Jul 13 13:50:24 2014 -0300
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="at-spi2-core"
     1.7 +VERSION="2.12.0"
     1.8 +CATEGORY="libdevel"
     1.9 +LICENSE="GPL3"
    1.10 +SHORT_DESC="Bridges ATK to At-Spi2 D-Bus service."
    1.11 +MAINTAINER="yuripourre@gmail.com"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.13 +WEB_SITE="http://www.gnome.org/"
    1.14 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.15 +
    1.16 +DEPENDS="dbus glib gobject-introspection util-linux-uuid"
    1.17 +BUILD_DEPENDS="dbus-dev glib-dev gobject-introspection-dev util-linux-uuid-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure \
    1.23 +		--prefix=/usr \
    1.24 +		--sysconfdir=/etc \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make &&
    1.27 +	make DESTDIR=$DESTDIR install
    1.28 +}
    1.29 +
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	cp -a $install/usr $fs
    1.33 +}