wok-next diff at-spi2-core/receipt @ rev 19682

Up at-spi2-atk, at-spi2-core, atk, atkmm, glibmm, gobject-introspection, libgiomm, libsigc++
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 10 00:21:34 2017 +0300 (2017-04-10)
parents
children 2c48a1f40bb6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/at-spi2-core/receipt	Mon Apr 10 00:21:34 2017 +0300
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="at-spi2-core"
     1.7 +VERSION="2.20.2"
     1.8 +CATEGORY="libdevel"
     1.9 +LICENSE="GPL3"
    1.10 +SHORT_DESC="Service Provider Interface for the Assistive Technologies"
    1.11 +MAINTAINER="al.bobylev@gmail.com"
    1.12 +WEB_SITE="https://www.gnome.org/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.16 +
    1.17 +DEPENDS="dbus glib libffi libgio libxcb pcre xorg-libX11 xorg-libXau \
    1.18 +xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXtst zlib"
    1.19 +BUILD_DEPENDS="intltool dbus-dev xorg-libX11-dev xorg-libXtst-dev \
    1.20 +gobject-introspection-dev"
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +	./configure \
    1.26 +		--sysconfdir=/etc \
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29 +	make install
    1.30 +}
    1.31 +
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	cook_copy_folders etc libexec dbus-1 defaults
    1.35 +	cook_copy_files *.so*
    1.36 +}