32 lines
770 B
Text
Executable file
32 lines
770 B
Text
Executable file
APP=florence
|
|
VERSION=0.6.3
|
|
BUILD=1sml
|
|
HOMEPAGE="http://florence.sourceforge.net/"
|
|
DOWNLOAD="https://downloads.sourceforge.net/project/florence/florence/0.6.3/florence-0.6.3.tar.bz2"
|
|
DESC="Virtual keyboard for X"
|
|
REQUIRES="glib libxext librsvg libxml2 dbus gtk3 zlib pango cairo gdk-pixbuf gstreamer"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $APP-$VERSION
|
|
|
|
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
|
|
cd $APP-$VERSION
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--without-docs \
|
|
--disable-static
|
|
|
|
make || true
|
|
make install DESTDIR=$PKG
|
|
|
|
cp COPYING* $PKGDOCS/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
SHA512SUMS="
|
|
947ef1d5670ceb5b3050311ca15143335abd49660c3f058ac441d153d49a25bc003f6d0f2610c2199048bec7000f8e19ae27f486cfb233471db05e664b3569ef florence-0.6.3.tar.lz
|
|
"
|