wok-current view alarm-clock/receipt @ rev 14225

freetype*: up 2.4.11; fontconfig*: up 2.10.91; add freetype-infinality* and fontconfig-infinality; gobject-introspection: up 1.32.1; gtk+3*: up 3.4.4; add gtk3-engine-solidity, gtk3-engine-unico; pixman*: up 0.28.2; add libxklavier, lightdm*; slitaz-i18n: add all existing translations.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 21 16:18:40 2013 +0000 (2013-03-21)
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 }