wok view florence/receipt @ rev 19111

gtk-theme-{albatross,blackbird,bluebird,greybird,orion}: define all gtk2 icon-related sizes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 06 15:40:30 2016 +0300 (2016-05-06)
parents
children 87b1653da094
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 at-spi2-atk gstreamer "
14 BUILD_DEPENDS="gtk+-dev GConf-dev librsvg-dev at-spi2 at-spi2-atk \
15 gstreamer-dev libnotify-dev gnome-doc-utils-dev gnome-doc-utils"
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 --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 }