wok view cairo-clock/receipt @ rev 11361

truecrypt: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 07 16:57:17 2011 +0100 (2011-12-07)
parents 55c8976cc71a
children 89e72c38bce6
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"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share/$PACKAGE/themes
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/share/$PACKAGE/glade \
29 $fs/usr/share/$PACKAGE
30 cp -a $_pkg/usr/share/$PACKAGE/themes/default \
31 $fs/usr/share/$PACKAGE/themes
32 }