wok-next view uget/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 757d032c55c7
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="uget"
4 VERSION="1.10.4"
5 CATEGORY="network"
6 SHORT_DESC="Download manager using gtk+ and libcurl"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://urlget.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/urlget/$TARBALL"
14 BUILD_DEPENDS="pcre-dev glib-dev curl-dev gtk+3-dev intltool"
16 compile_rules() {
17 ./configure \
18 --disable-gstreamer \
19 --disable-notify \
20 --with-gtk3 \
21 LDFLAGS='-Wl,-O1 -Wl,--as-needed' \
22 $CONFIGURE_ARGS &&
23 make -j2 -s &&
24 make DESTDIR=$DESTDIR install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="cairo gdk-pixbuf glib gtk+3 libcurl pango"
30 }