wok-next view at-spi2-core/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents
children 2c48a1f40bb6
line source
1 # SliTaz package receipt.
3 PACKAGE="at-spi2-core"
4 VERSION="2.20.2"
5 CATEGORY="libdevel"
6 LICENSE="GPL3"
7 SHORT_DESC="Service Provider Interface for the Assistive Technologies"
8 MAINTAINER="al.bobylev@gmail.com"
9 WEB_SITE="https://www.gnome.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 DEPENDS="dbus glib libffi libgio libxcb pcre xorg-libX11 xorg-libXau \
15 xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXtst zlib"
16 BUILD_DEPENDS="intltool dbus-dev xorg-libX11-dev xorg-libXtst-dev \
17 gobject-introspection-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --sysconfdir=/etc \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }
29 genpkg_rules()
30 {
31 cook_copy_folders etc libexec dbus-1 defaults
32 cook_copy_files *.so*
33 }