wok view alarm-clock/receipt @ rev 13993

libQtScript - fix typo
author ernia <monghitri@aruba.it>
date Tue Feb 12 05:08:04 2013 +0000 (2013-02-12)
parents 7df05207d343
children f1f0f4bab8de
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 }