wok-next view Xdialog/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents b156aee559a7
children
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/"
10 REPOLOGY="xdialog"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://xdialog.free.fr/$TARBALL"
15 BUILD_DEPENDS="autoconf automake m4 gettext gtk+-dev"
17 compile_rules() {
18 autoconf &&
19 ./configure \
20 --with-gtk2 \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="glib gtk+"
29 }