wok-4.x rev 12063
alarm-clock: fix bdeps & url
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Mar 09 01:49:07 2012 +0100 (2012-03-09) |
parents | 4f527a2114bf |
children | 162bb2a173bd |
files | alarm-clock/receipt |
line diff
1.1 --- a/alarm-clock/receipt Thu Mar 08 11:44:26 2012 -0800 1.2 +++ b/alarm-clock/receipt Fri Mar 09 01:49:07 2012 +0100 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()