wok diff libunique-gtk3/receipt @ rev 14540

firefox-langpack-es_ES: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Wed May 22 21:56:56 2013 +0200 (2013-05-22)
parents
children 6eff489aa802
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libunique-gtk3/receipt	Wed May 22 21:56:56 2013 +0200
     1.3 @@ -0,0 +1,36 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libunique-gtk3"
     1.7 +VERSION="3.0.2"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Create single instance applications"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +WEB_SITE="http://live.gnome.org/LibUnique"
    1.12 +SOURCE="libunique"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.xz"
    1.14 +WGET_URL="$GNOME_MIRROR/$SOURCE/${VERSION%.*}/$TARBALL"
    1.15 +TAGS="gtk3"
    1.16 +
    1.17 +DEPENDS="dbus-glib gtk+3"
    1.18 +BUILD_DEPENDS="glib-dev gtk+3-dev dbus-glib-dev gobject-introspection-dev \
    1.19 +libxml2-dev"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	./configure \
    1.25 +		--disable-static \
    1.26 +		--enable-debug=no \
    1.27 +		--disable-gtk-doc \
    1.28 +		$CONFIGURE_ARGS &&
    1.29 +	make &&
    1.30 +	make install
    1.31 +}
    1.32 +
    1.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 +genpkg_rules()
    1.35 +{
    1.36 +	mkdir -p $fs/usr/lib
    1.37 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.38 +}
    1.39 +