wok annotate gphoto2/receipt @ rev 20352

pinentry: try with newer gcc and specify build
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 13:10:46 2018 +0000 (2018-06-09)
parents 600aaedb561d
children c5db347bc553
rev   line source
jozee@3042 1 # SliTaz package receipt.
jozee@3042 2
jozee@3042 3 PACKAGE="gphoto2"
pascal@19981 4 VERSION="2.5.14"
jozee@3042 5 CATEGORY="graphics"
jozee@3042 6 SHORT_DESC="digital camera download and access program"
jozee@3042 7 MAINTAINER="jozee@slitaz.org"
pascal@15589 8 LICENSE="GPL2"
slaxemulator@7284 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
jozee@3042 10 WEB_SITE="http://www.gphoto.org"
jozee@3042 11 WGET_URL="$SF_MIRROR/gphoto/$TARBALL"
jozee@3042 12 TAGS="camera photo"
jozee@3042 13
erjo@10678 14 DEPENDS="libexif jpeg libgphoto2 readline popt libltdl ncurses"
pascal@15590 15 BUILD_DEPENDS="jpeg-dev libgphoto2-dev readline readline-dev popt popt-dev \
pascal@15590 16 libtool"
erjo@10678 17
jozee@3042 18 # Rules to configure and make the package.
jozee@3042 19 compile_rules()
jozee@3042 20 {
gokhlayeh@11573 21 ./configure $CONFIGURE_ARGS && make && make install
jozee@3042 22 }
jozee@3042 23
jozee@3042 24 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3042 25 genpkg_rules()
jozee@3042 26 {
slaxemulator@7284 27 mkdir -p $fs/usr/share
pascal@15589 28 cp -a $install/usr/bin $fs/usr
jozee@3042 29 }