wok annotate at-spi2/receipt @ rev 19075

Add adwaita-icon-theme
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 24 14:03:26 2016 +0300 (2016-04-24)
parents 5783311d275b
children 86790a278e70
rev   line source
yuripourre@16877 1 # SliTaz package receipt.
yuripourre@16877 2
yuripourre@16877 3 PACKAGE="at-spi2"
devl547@17588 4 VERSION="2.15.4"
yuripourre@16877 5 CATEGORY="libdevel"
yuripourre@16877 6 LICENSE="GPL3"
yuripourre@16877 7 SHORT_DESC="Bridges ATK to At-Spi2 D-Bus service."
yuripourre@16877 8 MAINTAINER="yuripourre@gmail.com"
al@16881 9 SOURCE="at-spi2-core"
al@16881 10 TARBALL="$SOURCE-$VERSION.tar.xz"
yuripourre@16877 11 WEB_SITE="http://www.gnome.org/"
al@16881 12 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$SOURCE/${VERSION%.*}/$TARBALL"
yuripourre@16877 13
yuripourre@16877 14 DEPENDS="dbus glib gobject-introspection util-linux-uuid"
yuripourre@16877 15 BUILD_DEPENDS="dbus-dev glib-dev gobject-introspection-dev util-linux-uuid-dev"
yuripourre@16877 16
yuripourre@16877 17 # Rules to configure and make the package.
yuripourre@16877 18 compile_rules()
yuripourre@16877 19 {
yuripourre@16877 20 ./configure \
yuripourre@16877 21 --prefix=/usr \
yuripourre@16877 22 --sysconfdir=/etc \
yuripourre@16877 23 $CONFIGURE_ARGS &&
yuripourre@16877 24 make &&
yuripourre@16877 25 make DESTDIR=$DESTDIR install
yuripourre@16877 26 }
yuripourre@16877 27
yuripourre@16877 28 genpkg_rules()
yuripourre@16877 29 {
yuripourre@16877 30 cp -a $install/usr $fs
yuripourre@16877 31 }