# HG changeset patch # User Xander Ziiryanoff # Date 1462391497 -7200 # Node ID 0ea7712da5145fb78a8f60f46eb6596ca2a05db8 # Parent a4aa1d2400f618ae1d4eaf6bdd6a27b7d19d7eba Add florence diff -r a4aa1d2400f6 -r 0ea7712da514 florence/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/florence/receipt Wed May 04 21:51:37 2016 +0200 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="florence" +VERSION="0.5.4" +SHORT_DESC="On-screen virtual keyboard" +LICENSE="GPL" +CATEGORY="utilities" +MAINTAINER="psychomaniak@xakep.ru" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://sourceforge.net/projects/florence/" +WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION-gtk2/$TARBALL" + +DEPENDS="gtk+ GConf librsvg at-spi2 at-spi2-atk gstreamer " +BUILD_DEPENDS="gtk+-dev GConf-dev librsvg-dev at-spi2 at-spi2-atk \ + gstreamer-dev libnotify-dev gnome-doc-utils-dev gnome-doc-utils" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --prefix=/usr \ + --without-panelapplet \ + --without-docs \ + --without-notification \ + --disable-schemas-compile + + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}