wok-next annotate 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
rev   line source
al@20534 1 # SliTaz package receipt v2.
rcx@3507 2
rcx@3507 3 PACKAGE="Xdialog"
rcx@3507 4 VERSION="2.3.1"
rcx@3507 5 CATEGORY="x-window"
al@20534 6 SHORT_DESC="Like 'dialog' or 'cdialog', but for X using GTK+"
rcx@3507 7 MAINTAINER="rcx@zoominternet.net"
pascal@15000 8 LICENSE="GPL2"
al@20534 9 WEB_SITE="http://xdialog.free.fr/"
al@20534 10
pascal@15000 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@15000 12 WGET_URL="http://xdialog.free.fr/$TARBALL"
pascal@15000 13
al@19275 14 BUILD_DEPENDS="autoconf automake m4 gettext gtk+-dev"
rcx@3507 15
al@20534 16 compile_rules() {
rcx@3507 17 autoconf &&
rcx@3507 18 ./configure \
rcx@3507 19 --with-gtk2 \
al@20534 20 $CONFIGURE_ARGS &&
al@20534 21 make &&
pascal@15000 22 make DESTDIR=$DESTDIR install
rcx@3507 23 }
rcx@3507 24
al@20534 25 genpkg_rules() {
al@20534 26 copy @std
al@20799 27 DEPENDS="glib gtk+"
rcx@3507 28 }