wok-6.x view alarm-clock/receipt @ rev 14131
coreutils: fix: /bin/cp missing
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Feb 28 11:39:11 2013 +0100 (2013-02-28) |
parents | e63505ffeafa |
children | b8a2ba826815 |
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-cooking/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 }