wok-next view Xdialog/receipt @ rev 20799

libbonobo: add patch; up florence to the latest version; add old florence-gtk2; add alure and jpegoptim; update dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 12 00:53:16 2018 +0300 (2018-06-12)
parents 757d032c55c7
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="Xdialog"
4 VERSION="2.3.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Like 'dialog' or 'cdialog', but for X using GTK+"
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 WEB_SITE="http://xdialog.free.fr/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://xdialog.free.fr/$TARBALL"
14 BUILD_DEPENDS="autoconf automake m4 gettext gtk+-dev"
16 compile_rules() {
17 autoconf &&
18 ./configure \
19 --with-gtk2 \
20 $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="glib gtk+"
28 }