15 lines
680 B
Bash
15 lines
680 B
Bash
# Template file for 'gphoto2'
|
|
pkgname=gphoto2
|
|
version=2.5.20
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --disable-rpath udevscriptdir=/usr/lib/udev
|
|
POPT_CFLAGS=-I${XBPS_CROSS_BASE}/usr/include POPT_LIBS=-lpopt"
|
|
hostmakedepends="automake gettext-devel libtool pkg-config"
|
|
makedepends="libgphoto2-devel libjpeg-turbo-devel popt-devel readline-devel"
|
|
short_desc="Digital camera CLI iinterface to libgphoto"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.gphoto.org"
|
|
distfiles="${SOURCEFORGE_SITE}/gphoto/${pkgname}-${version}.tar.bz2"
|
|
checksum=a36f03b50a8f040f185cbc757f957f03dc05a9210907199e6919ef3f970248f6
|