wok diff alarm-clock-applet/receipt @ rev 14649

Up wicd (1.7.2.4)
author Richard Dunbar <mojo@slitaz.org>
date Tue Jun 04 00:13:54 2013 +0000 (2013-06-04)
parents
children 408c87fa22ca
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/alarm-clock-applet/receipt	Tue Jun 04 00:13:54 2013 +0000
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="alarm-clock-applet"
     1.7 +VERSION="0.3.3"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Alarm Clock is a fully-featured alarm clock for panel"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +WEB_SITE="http://alarm-clock.pseudoberries.com/"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WGET_URL="https://launchpad.net/alarm-clock/trunk/$VERSION/+download/$TARBALL"
    1.14 +
    1.15 +DEPENDS="GConf gstreamer libnotify libunique notification-daemon"
    1.16 +BUILD_DEPENDS="libxml2-dev gtk+-dev gstreamer-dev GConf-dev gnome-icon-theme \
    1.17 +libnotify-dev libunique-dev wget"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	sed -i 's|^\(Categories=\).*|\1Utility;Clock;|' \
    1.23 +		data/alarm-clock-applet.desktop.in
    1.24 +
    1.25 +	./configure \
    1.26 +		--disable-schemas-install \
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29 +	make install
    1.30 +}
    1.31 +
    1.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 +genpkg_rules()
    1.34 +{
    1.35 +	cp -a $install/* $fs
    1.36 +}