wok view cairo-clock/receipt @ rev 11689

ntop: update bdep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 17:18:01 2012 +0100 (2012-02-18)
parents 2c89cb51a691
children 41d27278e315
line source
1 # SliTaz package receipt.
3 PACKAGE="cairo-clock"
4 VERSION="0.3.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Nice analog clock displaying the system-time."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://macslow.thepimp.net/?page_id=23"
10 WGET_URL="http://macslow.thepimp.net/projects/cairo-clock/$TARBALL"
12 DEPENDS="gtk+ cairo librsvg xorg-xcompmgr libglade libgsf"
13 BUILD_DEPENDS="intltool gtk+ cairo-dev librsvg-dev libglade-dev libgsf-dev \
14 libcroco"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share/$PACKAGE/themes
28 cp -a $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/share/$PACKAGE/glade \
30 $fs/usr/share/$PACKAGE
31 cp -a $_pkg/usr/share/$PACKAGE/themes/default \
32 $fs/usr/share/$PACKAGE/themes
33 }