wok view at-spi2-core/receipt @ 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
children
line source
1 # SliTaz package receipt.
3 PACKAGE="at-spi2-core"
4 VERSION="2.12.0"
5 CATEGORY="libdevel"
6 LICENSE="GPL3"
7 SHORT_DESC="Bridges ATK to At-Spi2 D-Bus service."
8 MAINTAINER="yuripourre@gmail.com"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="http://www.gnome.org/"
11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
13 DEPENDS="dbus glib gobject-introspection util-linux-uuid"
14 BUILD_DEPENDS="dbus-dev glib-dev gobject-introspection-dev util-linux-uuid-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --prefix=/usr \
21 --sysconfdir=/etc \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }