wok annotate alarm-clock/receipt @ rev 14807

alarm-clock: fix WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 17 09:43:22 2013 +0200 (2013-07-17)
parents f1f0f4bab8de
children 2b9f96603415
rev   line source
pascal@11216 1 # SliTaz package receipt.
pascal@11216 2
pascal@11216 3 PACKAGE="alarm-clock"
pascal@11216 4 VERSION="1.4.3"
pascal@11216 5 CATEGORY="utilities"
pascal@11216 6 SHORT_DESC="Simple GTK alarm clock"
pascal@11216 7 MAINTAINER="pankso@slitaz.org"
pascal@11216 8 DEPENDS="gtk+ libunique libnotify gstreamer"
gokhlayeh@12063 9 BUILD_DEPENDS="$DEPENDS gtk+-dev libunique-dev libnotify-dev gstreamer-dev \
gokhlayeh@12063 10 intltool"
pascal@11216 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
gokhlayeh@12063 12 # There's no more website for it. Keep it anyway???
gokhlayeh@12063 13 #WEB_SITE="http://www.alarm-clock.pl/"
pascal@14043 14 WEB_SITE="http://www.alarm-clock.pl/"
gokhlayeh@12063 15 #WGET_URL="http://www.alarm-clock.pl/files/$TARBALL"
pascal@14807 16 WGET_URL="http://mirror.slitaz.org/sources/packages/a/$TARBALL"
pascal@11216 17
pascal@11216 18 # Rules to configure and make the package.
pascal@11216 19 compile_rules()
pascal@11216 20 {
pascal@11216 21 cd $src
pascal@11216 22 chmod +x install-sh
pascal@11216 23 ./configure && make && make install
pascal@11216 24 }
pascal@11216 25
pascal@11216 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11216 27 genpkg_rules()
pascal@11216 28 {
pascal@11216 29 mkdir -p $fs/usr/share
pascal@14043 30 cp -a $install/usr/bin $fs/usr
pascal@14043 31 cp -a $install/usr/share/alarm-clock $fs/usr/share
pascal@14043 32 cp -a $install/usr/share/icons $fs/usr/share
pascal@11216 33 }