wok-next annotate xdialog/receipt @ rev 21206

try to build assaultcube again
author Hans-G?nter Theisgen
date Mon Dec 02 09:25:03 2019 +0100 (2019-12-02)
parents f48456621a9d
children
rev   line source
al@21017 1 # SliTaz package receipt v2.
al@21017 2
al@21017 3 PACKAGE="xdialog"
al@21017 4 VERSION="2.3.1"
al@21017 5 CATEGORY="x-window"
al@21017 6 SHORT_DESC="Like 'dialog' or 'cdialog', but for X using GTK+"
al@21020 7 MAINTAINER="devel@slitaz.org"
al@21017 8 LICENSE="GPL2"
al@21017 9 WEB_SITE="http://xdialog.free.fr/"
al@21017 10
al@21017 11 TARBALL="Xdialog-$VERSION.tar.bz2"
al@21017 12 WGET_URL="http://xdialog.free.fr/$TARBALL"
al@21017 13
al@21020 14 BUILD_DEPENDS="autoconf automake m4 gettext-dev gtk2-dev"
al@21017 15
al@21017 16 compile_rules() {
al@21017 17 autoconf &&
al@21017 18 ./configure \
al@21017 19 --with-gtk2 \
al@21017 20 $CONFIGURE_ARGS &&
al@21017 21 make &&
al@21020 22 make DESTDIR=$install install
al@21017 23 }
al@21017 24
al@21017 25 genpkg_rules() {
al@21017 26 copy @std
al@21017 27 DEPENDS="glib gtk2"
al@21017 28 }