wok-next view gadmin-openvpn-server/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gadmin-openvpn-server"
4 VERSION="0.1.6"
5 CATEGORY="x-window"
6 SHORT_DESC="GTK+ configuration tool for OpenVPN (server)"
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/gadmin-openvpn/server/$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 openvpn"
25 }