wok view cairo-clock/receipt @ rev 10019

thunar-vfs: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu May 19 12:30:41 2011 +0200 (2011-05-19)
parents f6174e5515c7
children 2c89cb51a691
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 && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/$PACKAGE/themes
26 cp -a $_pkg/usr/bin $fs/usr
27 cp -a $_pkg/usr/share/$PACKAGE/glade \
28 $fs/usr/share/$PACKAGE
29 cp -a $_pkg/usr/share/$PACKAGE/themes/default \
30 $fs/usr/share/$PACKAGE/themes
31 }