15 lines
671 B
Bash
15 lines
671 B
Bash
# Template file for 'gphoto2'
|
|
pkgname=gphoto2
|
|
version=2.5.8
|
|
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 libtool pkg-config gettext-devel"
|
|
makedepends="libgphoto2-devel libjpeg-turbo-devel readline-devel popt-devel"
|
|
short_desc="Digital camera CLI iinterface to libgphoto2>=2.5.7"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://www.gphoto.org"
|
|
distfiles="${SOURCEFORGE_SITE}/gphoto/$pkgname-$version.tar.bz2"
|
|
checksum=a9abcd15d95f205318d17e3ac12af7ce523d2bc4943709d50b0a12c30cc5ee4d
|