wok-6.x annotate at-spi2/receipt @ rev 20482
gnucash: typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Oct 19 03:31:12 2018 +0300 (2018-10-19) |
parents | 33751b421080 |
children | 6831608a1b2a |
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" |
pascal@20421 | 11 WEB_SITE="https://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 } |