wok-4.x diff alarm-clock/receipt @ rev 12256
Up: slitaz-configs (1.9.2) Fix web homepage
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 10 19:35:09 2012 +0200 (2012-04-10) |
parents | 7df05207d343 |
children |
line diff
1.1 --- a/alarm-clock/receipt Thu Nov 03 21:50:22 2011 +0100 1.2 +++ b/alarm-clock/receipt Tue Apr 10 19:35:09 2012 +0200 1.3 @@ -6,10 +6,13 @@ 1.4 SHORT_DESC="Simple GTK alarm clock" 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="gtk+ libunique libnotify gstreamer" 1.7 -BUILD_DEPENDS="$DEPENDS gtk+-dev libunique-dev libnotify-dev gstreamer-dev" 1.8 +BUILD_DEPENDS="$DEPENDS gtk+-dev libunique-dev libnotify-dev gstreamer-dev \ 1.9 +intltool" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 -WEB_SITE="http://www.alarm-clock.pl/" 1.12 -WGET_URL="http://www.alarm-clock.pl/files/$TARBALL" 1.13 +# There's no more website for it. Keep it anyway??? 1.14 +#WEB_SITE="http://www.alarm-clock.pl/" 1.15 +#WGET_URL="http://www.alarm-clock.pl/files/$TARBALL" 1.16 +WGET_URL="http://mirror.slitaz.org/sources/packages-cooking/a/$TARBALL" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules()