wok view alarm-clock/receipt @ rev 16332

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