wok rev 19105

Add florence
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed May 04 21:51:37 2016 +0200 (2016-05-04)
parents a4aa1d2400f6
children e96b9982c405
files florence/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/florence/receipt	Wed May 04 21:51:37 2016 +0200
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="florence"
     1.7 +VERSION="0.5.4"
     1.8 +SHORT_DESC="On-screen virtual keyboard"
     1.9 +LICENSE="GPL"
    1.10 +CATEGORY="utilities"
    1.11 +MAINTAINER="psychomaniak@xakep.ru"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://sourceforge.net/projects/florence/"
    1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION-gtk2/$TARBALL"
    1.15 +
    1.16 +DEPENDS="gtk+ GConf librsvg at-spi2 at-spi2-atk gstreamer "
    1.17 +BUILD_DEPENDS="gtk+-dev GConf-dev librsvg-dev at-spi2 at-spi2-atk \
    1.18 + gstreamer-dev libnotify-dev gnome-doc-utils-dev gnome-doc-utils"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	./configure \
    1.24 +		--prefix=/usr \
    1.25 +		--without-panelapplet \
    1.26 +		--without-docs \
    1.27 +		--without-notification \
    1.28 +		--disable-schemas-compile
    1.29 +
    1.30 +	make && make install
    1.31 +}
    1.32 +
    1.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 +genpkg_rules()
    1.35 +{
    1.36 +	cp -a $install/* $fs
    1.37 +}