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

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
parents 6ba483895754
children 9af0e03b8ad0
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 LICENSE="GPL2"
9 WEB_SITE="http://alarm-clock.pseudoberries.com/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://launchpad.net/alarm-clock/trunk/$VERSION/+download/$TARBALL"
13 DEPENDS="GConf gstreamer libnotify libunique notification-daemon"
14 BUILD_DEPENDS="libxml2-dev gtk+-dev gstreamer-dev GConf-dev gnome-icon-theme \
15 libnotify-dev libunique-dev wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 sed -i 's|^\(Categories=\).*|\1Utility;Clock;|' \
21 data/alarm-clock-applet.desktop.in
23 ./configure \
24 --disable-schemas-install \
25 $CONFIGURE_ARGS &&
26 make &&
27 make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 cp -a $install/* $fs
34 }