wok-next annotate gphoto2/receipt @ rev 21682

updated gifsicle (1.91 -> 1.92)
author Hans-G?nter Theisgen
date Mon Jun 29 15:15:42 2020 +0100 (2020-06-29)
parents d3444352a0af
children 7264742f7123
rev   line source
al@20573 1 # SliTaz package receipt v2.
jozee@3042 2
jozee@3042 3 PACKAGE="gphoto2"
pascal@20353 4 VERSION="2.5.15"
jozee@3042 5 CATEGORY="graphics"
al@20573 6 SHORT_DESC="Digital camera download and access program"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15589 8 LICENSE="GPL2"
al@20573 9 WEB_SITE="http://www.gphoto.org/"
al@20573 10
slaxemulator@7284 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
jozee@3042 12 WGET_URL="$SF_MIRROR/gphoto/$TARBALL"
jozee@3042 13
pascal@15590 14 BUILD_DEPENDS="jpeg-dev libgphoto2-dev readline readline-dev popt popt-dev \
pascal@15590 15 libtool"
erjo@10678 16
al@20573 17 compile_rules() {
al@20573 18 ./configure $CONFIGURE_ARGS &&
al@20573 19 fix libtool &&
al@20573 20 make &&
al@20573 21 make install
jozee@3042 22 }
jozee@3042 23
al@20573 24 genpkg_rules() {
al@20573 25 copy @std
al@20573 26 DEPENDS="libexif jpeg libgphoto2 readline popt libltdl ncurses"
al@20573 27 TAGS="camera photo"
jozee@3042 28 }