# HG changeset patch # User Antoine Bodin # Date 1331254147 -3600 # Node ID e63505ffeafac0be8adda056e43ecbf5b275d397 # Parent 4f527a2114bfff8d281ff2cb1b1595f873878f6c alarm-clock: fix bdeps & url diff -r 4f527a2114bf -r e63505ffeafa alarm-clock/receipt --- a/alarm-clock/receipt Thu Mar 08 11:44:26 2012 -0800 +++ b/alarm-clock/receipt Fri Mar 09 01:49:07 2012 +0100 @@ -6,10 +6,13 @@ SHORT_DESC="Simple GTK alarm clock" MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ libunique libnotify gstreamer" -BUILD_DEPENDS="$DEPENDS gtk+-dev libunique-dev libnotify-dev gstreamer-dev" +BUILD_DEPENDS="$DEPENDS gtk+-dev libunique-dev libnotify-dev gstreamer-dev \ +intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.alarm-clock.pl/" -WGET_URL="http://www.alarm-clock.pl/files/$TARBALL" +# There's no more website for it. Keep it anyway??? +#WEB_SITE="http://www.alarm-clock.pl/" +#WGET_URL="http://www.alarm-clock.pl/files/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-cooking/a/$TARBALL" # Rules to configure and make the package. compile_rules()