wok annotate alarm-clock/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents b8a2ba826815
children 3439d7f01c8c
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@14999 8 LICENSE="GPL3"
pascal@11216 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
gokhlayeh@12063 10 # There's no more website for it. Keep it anyway???
gokhlayeh@12063 11 #WEB_SITE="http://www.alarm-clock.pl/"
pascal@14043 12 WEB_SITE="http://www.alarm-clock.pl/"
gokhlayeh@12063 13 #WGET_URL="http://www.alarm-clock.pl/files/$TARBALL"
pascal@14807 14 WGET_URL="http://mirror.slitaz.org/sources/packages/a/$TARBALL"
pascal@11216 15
pascal@14999 16 DEPENDS="gtk+ libunique libnotify gstreamer"
pascal@14999 17 BUILD_DEPENDS="$DEPENDS gtk+-dev libunique-dev libnotify-dev gstreamer-dev \
pascal@14999 18 intltool"
pascal@14999 19
pascal@11216 20 # Rules to configure and make the package.
pascal@11216 21 compile_rules()
pascal@11216 22 {
pascal@11216 23 cd $src
pascal@11216 24 chmod +x install-sh
pascal@11216 25 ./configure && make && make install
pascal@11216 26 }
pascal@11216 27
pascal@11216 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11216 29 genpkg_rules()
pascal@11216 30 {
pascal@11216 31 mkdir -p $fs/usr/share
pascal@14043 32 cp -a $install/usr/bin $fs/usr
pascal@14043 33 cp -a $install/usr/share/alarm-clock $fs/usr/share
pascal@14043 34 cp -a $install/usr/share/icons $fs/usr/share
pascal@11216 35 }