wok view florence/receipt @ rev 20421

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 07 23:03:21 2018 +0200 (2018-08-07)
parents 87b1653da094
children 674a564e0a69
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="https://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
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 sed 's|Categories.*$|&Utility;|' -i \
34 $fs/usr/share/applications/florence.desktop
35 }