wok view at-spi2-atk/receipt @ rev 18074

djview, djvulibre, smtube: revert to using (fixed) SF_MIRROR.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 21 18:01:32 2015 +0300 (2015-05-21)
parents 2605693b1e33
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="at-spi2-atk"
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 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="http://www.gnome.org/"
11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
13 DEPENDS="atk dbus util-linux-uuid at-spi2"
14 BUILD_DEPENDS="at-spi2 atk-dev dbus-dev util-linux-uuid-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --prefix=/usr \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }