wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="libunique-gtk3"
4 VERSION="3.0.2"
5 CATEGORY="development"
6 SHORT_DESC="Create single instance applications"
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://live.gnome.org/LibUnique"
9 SOURCE="libunique"
10 TARBALL="$SOURCE-$VERSION.tar.xz"
11 WGET_URL="$GNOME_MIRROR/$SOURCE/${VERSION%.*}/$TARBALL"
12 TAGS="gtk3"
14 DEPENDS="dbus-glib gtk+3"
15 BUILD_DEPENDS="glib-dev gtk+3-dev dbus-glib-dev gobject-introspection-dev \
16 libxml2-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --disable-static \
23 --enable-debug=no \
24 --disable-gtk-doc \
25 $CONFIGURE_ARGS &&
26 make &&
27 make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr/lib
34 cp -a $install/usr/lib/*.so* $fs/usr/lib
35 }