wok-next view gadmin-bind/receipt @ rev 21323

lcdnurse: added build dependency wxWidgets28
author Hans-G?nter Theisgen
date Wed Dec 11 14:19:01 2019 +0100 (2019-12-11)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gadmin-bind"
4 VERSION="0.2.5"
5 CATEGORY="x-window"
6 SHORT_DESC="GTK+ configuration tool for bind9"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="gtk2 bind"
25 }