wok-next view gphoto2/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents d3444352a0af
children 7264742f7123
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="devel@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 }