wok annotate gphoto2/receipt @ rev 23069

scilab: update for hdf5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 10 08:35:31 2020 +0100 (2020-03-10)
parents 8897c7156a03
children 932cd974e081
rev   line source
jozee@3042 1 # SliTaz package receipt.
jozee@3042 2
jozee@3042 3 PACKAGE="gphoto2"
Hans-G?nter@22875 4 VERSION="2.5.23"
jozee@3042 5 CATEGORY="graphics"
Hans-G?nter@22875 6 TAGS="camera photo"
Hans-G?nter@22875 7 SHORT_DESC="Digital camera download and access program."
jozee@3042 8 MAINTAINER="jozee@slitaz.org"
pascal@15589 9 LICENSE="GPL2"
Hans-G?nter@22875 10 WEB_SITE="http://www.gphoto.org"
Hans-G?nter@22875 11
slaxemulator@7284 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
jozee@3042 13 WGET_URL="$SF_MIRROR/gphoto/$TARBALL"
jozee@3042 14
Hans-G?nter@22875 15 DEPENDS="jpeg libexif libgphoto2 libltdl ncurses popt readline"
Hans-G?nter@22875 16 BUILD_DEPENDS="jpeg-dev libgphoto2-dev libtool popt-dev readline-dev"
erjo@10678 17
jozee@3042 18 # Rules to configure and make the package.
jozee@3042 19 compile_rules()
jozee@3042 20 {
Hans-G?nter@22875 21 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@22875 22 make &&
Hans-G?nter@22875 23 make install
jozee@3042 24 }
jozee@3042 25
jozee@3042 26 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3042 27 genpkg_rules()
jozee@3042 28 {
slaxemulator@7284 29 mkdir -p $fs/usr/share
Hans-G?nter@22875 30 cp -a $install/usr/bin $fs/usr
jozee@3042 31 }