wok view at-spi2/receipt @ rev 20178

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