wok-next diff at-spi2-core/receipt @ rev 19725
Up lives (2.8.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 25 11:14:35 2017 +0200 (2017-05-25) |
parents | |
children | 2c48a1f40bb6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/at-spi2-core/receipt Thu May 25 11:14:35 2017 +0200 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 +}