wok view libunique-gtk3/receipt @ rev 14309

Up: ethumb-dev (1.7.5)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 07 10:20:34 2013 +0200 (2013-04-07)
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 }