wok-stable view alarm-clock/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents 7df05207d343
children
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 #WGET_URL="http://www.alarm-clock.pl/files/$TARBALL"
15 WGET_URL="http://mirror.slitaz.org/sources/packages-cooking/a/$TARBALL"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 chmod +x install-sh
22 ./configure && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
29 cp -a $_pkg/usr/bin $fs/usr
30 cp -a $_pkg/usr/share/alarm-clock $fs/usr/share
31 cp -a $_pkg/usr/share/icons $fs/usr/share
32 }