wok-next view florence/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 4cc8c21ae0f0
children b156aee559a7
line source
1 # SliTaz package receipt.
3 PACKAGE="florence"
4 VERSION="0.5.4"
5 SHORT_DESC="On-screen virtual keyboard"
6 LICENSE="GPL"
7 CATEGORY="utilities"
8 MAINTAINER="psychomaniak@xakep.ru"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://sourceforge.net/projects/florence/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION-gtk2/$TARBALL"
13 DEPENDS="gtk+ GConf librsvg at-spi2-core at-spi2-atk gstreamer0"
14 BUILD_DEPENDS="gtk+-dev GConf-dev librsvg-dev at-spi2-core-dev at-spi2-atk-dev \
15 gstreamer0-dev libnotify-dev gnome-doc-utils intltool"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --prefix=/usr \
22 --without-panelapplet \
23 --without-docs \
24 --without-notification \
25 --without-xtst \
26 --disable-schemas-compile
27 make && make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 cp -a $install/* $fs
34 sed 's|Categories.*$|&Utility;|' -i \
35 $fs/usr/share/applications/florence.desktop
36 }