wok view alarm-clock/receipt @ rev 14957

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