wok-next annotate Xdialog/receipt @ rev 20569

Fix libtool where applicable (a*-f* packages yet); combine collectd* receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 07:14:16 2018 +0300 (2018-04-13)
parents dd145c435e4b
children b156aee559a7
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@20534 27 DEPENDS="glibc-base glib expat zlib fontconfig freetype gtk+ atk cairo pango \
al@20534 28 xorg-pixman libpng16 xorg-libxcb xorg-xcb-util xorg-libX11 xorg-libXau \
al@20534 29 xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext \
al@20534 30 xorg-libXfixes xorg-libXinerama xorg-libXrender"
rcx@3507 31 }