wok-next view megatools/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 824e5ee3068c
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="megatools"
4 VERSION="1.9.96"
5 CATEGORY="network"
6 SHORT_DESC="A collection of CLI programs for accessing Mega service"
7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
8 LICENSE="GPL2"
9 WEB_SITE="https://megatools.megous.com"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/builds/$TARBALL"
14 BUILD_DEPENDS="glib-dev curl-dev openssl-dev gmp-dev"
16 compile_rules() {
17 ./configure \
18 --disable-static \
19 $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 # upstream info: lib is deprecated; remove .h .pc .la
28 DEPENDS="glib libcurl openssl gmp"
29 }