wok-next view Xdialog/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents dd145c435e4b
children b156aee559a7
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="glibc-base glib expat zlib fontconfig freetype gtk+ atk cairo pango \
28 xorg-pixman libpng16 xorg-libxcb xorg-xcb-util xorg-libX11 xorg-libXau \
29 xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext \
30 xorg-libXfixes xorg-libXinerama xorg-libXrender"
31 }