2008-07-16 08:34:22 +02:00
|
|
|
# Description: A library designed to allow access to digital cameras to external programs
|
|
|
|
# URL: http://www.gphoto.org/proj/libgphoto2/
|
2011-02-02 13:44:37 +01:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2019-06-03 12:41:08 +02:00
|
|
|
# Depends on: libtool libusb
|
2008-07-16 08:34:22 +02:00
|
|
|
|
|
|
|
name=libgphoto2
|
2020-02-25 14:31:33 +01:00
|
|
|
version=2.5.24
|
2016-11-21 12:21:17 +01:00
|
|
|
release=1
|
|
|
|
source=(http://downloads.sourceforge.net/project/gphoto/libgphoto/$version/$name-$version.tar.bz2)
|
2008-07-16 08:34:22 +02:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
udevscriptdir=/lib/udev \
|
2015-11-20 12:44:44 +01:00
|
|
|
./configure --prefix=/usr --disable-nls
|
2008-07-16 08:34:22 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2016-08-17 15:01:59 +02:00
|
|
|
|
2009-01-22 13:14:43 +01:00
|
|
|
rm -r $PKG/usr/share/doc
|
2010-04-28 15:36:05 +02:00
|
|
|
rm $PKG/usr/lib/libgphoto2*/*/*.la
|
2008-07-16 08:34:22 +02:00
|
|
|
}
|