wok view alarm-clock/receipt @ rev 11223

Add from wok-undigest: icinga ipcalc jnettop lxdm mana
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 03 23:48:05 2011 +0100 (2011-11-03)
parents
children e63505ffeafa
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.alarm-clock.pl/"
12 WGET_URL="http://www.alarm-clock.pl/files/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 chmod +x install-sh
19 ./configure && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share
26 cp -a $_pkg/usr/bin $fs/usr
27 cp -a $_pkg/usr/share/alarm-clock $fs/usr/share
28 cp -a $_pkg/usr/share/icons $fs/usr/share
29 }