wok-next view ucarp/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 0c247ee1a841
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ucarp"
4 VERSION="1.5.2"
5 CATEGORY="network"
6 SHORT_DESC="Portable implementation of the CARP protocol"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.ucarp.org/project/ucarp"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://download.pureftpd.org/pub/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="libpcap-dev gfortran gettext"
16 compile_rules() {
17 sed -i 's/\$(SHELL) @install_sh@/@install_sh@/' po/Makefile.in*
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="libpcap"
28 TAGS="High availability HA"
29 }