wok diff alarm-clock/receipt @ rev 13993

libQtScript - fix typo
author ernia <monghitri@aruba.it>
date Tue Feb 12 05:08:04 2013 +0000 (2013-02-12)
parents 7df05207d343
children f1f0f4bab8de
line diff
     1.1 --- a/alarm-clock/receipt	Thu Nov 03 21:50:22 2011 +0100
     1.2 +++ b/alarm-clock/receipt	Tue Feb 12 05:08:04 2013 +0000
     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()