wok view gtk3-engine-unico/receipt @ rev 14717

libgdiplus: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 11:20:13 2013 +0200 (2013-06-11)
parents 66feb7f9e198
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk3-engine-unico"
4 VERSION="1.0.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Unico GTK3 theme engine"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="https://launchpad.net/unico"
10 SOURCE="unico"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="https://launchpad.net/unico/1.0/$VERSION/+download/$TARBALL"
13 TAGS="gtk3"
15 DEPENDS="gtk+3"
16 BUILD_DEPENDS="gtk+3-dev wget"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --disable-static \
23 --disable-debug \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 find $fs -name '*.*a' -delete
34 }