wok-next view gadmin-openvpn-client/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 2b9f96603415
children 8e1b2a143eb3
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gadmin-openvpn-client"
4 VERSION="0.1.8"
5 CATEGORY="x-window"
6 SHORT_DESC="GTK+ configuration tool for OpenVPN (client)"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://dalalven.dtdns.net/linux/gadmin-openvpn/client/$TARBALL"
14 BUILD_DEPENDS="gtk+-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="gtk+ openvpn"
25 }