wok-next diff libunique-gtk3/receipt @ rev 14269

ADD: cantarell-fonts, gtk2-engine-murrine (former murrine), libunique-gtk3; TINY EDITS: gobject-introspection, gtk3-engine-solidity, gtk3-engine-unico*, libnotify-gtk3, libxklavier, lxpanel; UP: lightdm* 1.5.3, midori 0.4.9
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 04 15:39:28 2013 +0000 (2013-04-04)
parents
children 6eff489aa802
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libunique-gtk3/receipt	Thu Apr 04 15:39:28 2013 +0000
     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 +