wok-next view florence/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="florence"
4 VERSION="0.6.3"
5 CATEGORY="utilities"
6 SHORT_DESC="On-screen virtual keyboard"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL"
9 WEB_SITE="https://sourceforge.net/projects/florence/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="intltool glib-dev libxext-dev cairo-dev librsvg-dev \
15 libxml2-dev gstreamer1-dev gtk3-dev libxtst-dev"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure \
20 --without-panelapplet \
21 --without-docs \
22 --without-notification \
23 --with-xtst \
24 --disable-schemas-compile \
25 --without-at-spi \
26 --disable-static \
27 $CONFIGURE_ARGS &&
28 fix libtool &&
29 make -j1 &&
30 make -j1 install
31 }
33 genpkg_rules() {
34 case $PACKAGE in
35 florence)
36 copy @std *.mo
37 DEPENDS="libcairo gdk-pixbuf glib gstreamer1 gtk3 librsvg libxml2 \
38 pango libx11 libxext libxtst"
39 ;;
40 *-dev)
41 copy @dev
42 DEPENDS="florence glib-dev"
43 ;;
44 esac
45 }