wok-next view gphoto2/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 a9800ada65e2
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gphoto2"
4 VERSION="2.5.15"
5 CATEGORY="graphics"
6 SHORT_DESC="Digital camera download and access program"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.gphoto.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/gphoto/$TARBALL"
14 BUILD_DEPENDS="jpeg-dev libgphoto2-dev readline readline-dev popt popt-dev \
15 libtool"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="libexif jpeg libgphoto2 readline popt libltdl ncurses"
27 TAGS="camera photo"
28 }