opt/libgphoto2/Pkgfile

26 lines
660 B
Plaintext
Raw Normal View History

# 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
# Depends on: curl libtool libusb libxml2
name=libgphoto2
2020-05-25 13:30:01 +02:00
version=2.5.25
2016-11-21 12:21:17 +01:00
release=1
source=(http://downloads.sourceforge.net/project/gphoto/libgphoto/$version/$name-$version.tar.bz2)
build () {
cd $name-$version
udevscriptdir=/lib/udev \
2020-05-26 13:02:01 +02:00
./configure \
--prefix=/usr \
--disable-nls \
--with-doc-dir=/usr/share/doc
make
make DESTDIR=$PKG install
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
}