wok view alarm-clock-applet/receipt @ rev 14173

cookutils: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 09 09:24:47 2013 +0100 (2013-03-09)
parents
children 408c87fa22ca
line source
1 # SliTaz package receipt.
3 PACKAGE="alarm-clock-applet"
4 VERSION="0.3.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Alarm Clock is a fully-featured alarm clock for panel"
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="http://alarm-clock.pseudoberries.com/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="https://launchpad.net/alarm-clock/trunk/$VERSION/+download/$TARBALL"
12 DEPENDS="GConf gstreamer libnotify libunique notification-daemon"
13 BUILD_DEPENDS="libxml2-dev gtk+-dev gstreamer-dev GConf-dev gnome-icon-theme \
14 libnotify-dev libunique-dev wget"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 sed -i 's|^\(Categories=\).*|\1Utility;Clock;|' \
20 data/alarm-clock-applet.desktop.in
22 ./configure \
23 --disable-schemas-install \
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 }