wok-current annotate at-spi2/receipt @ rev 25095
Up libkeybinder (0.3.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 18 13:48:16 2022 +0000 (2022-06-18) |
parents | 86790a278e70 |
children | 3ad63c8fc2f9 |
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 |
pascal@24111 | 17 current_version() |
pascal@24111 | 18 { |
pascal@24111 | 19 wget -O - $(dirname $WGET_URL) 2>/dev/null | \ |
pascal@24111 | 20 sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q |
pascal@24111 | 21 } |
pascal@24111 | 22 |
yuripourre@16877 | 23 # Rules to configure and make the package. |
yuripourre@16877 | 24 compile_rules() |
yuripourre@16877 | 25 { |
yuripourre@16877 | 26 ./configure \ |
yuripourre@16877 | 27 --prefix=/usr \ |
yuripourre@16877 | 28 --sysconfdir=/etc \ |
yuripourre@16877 | 29 $CONFIGURE_ARGS && |
yuripourre@16877 | 30 make && |
yuripourre@16877 | 31 make DESTDIR=$DESTDIR install |
yuripourre@16877 | 32 } |
yuripourre@16877 | 33 |
yuripourre@16877 | 34 genpkg_rules() |
yuripourre@16877 | 35 { |
yuripourre@16877 | 36 cp -a $install/usr $fs |
yuripourre@16877 | 37 } |