summaryrefslogtreecommitdiff
path: root/libgphoto2/Pkgfile
blob: f7b6837af215c23b850dac8869ffa243a30c6e0f (plain)
    1 # Description: A library designed to allow access to digital cameras to external programs
    2 # URL: http://www.gphoto.org/proj/libgphoto2/
    3 # Maintainer: Juergen Daubert, jue at crux dot nu
    4 # Depends on: curl libtool libusb libxml2
    5 
    6 name=libgphoto2
    7 version=2.5.28
    8 release=1
    9 source=(http://downloads.sourceforge.net/project/gphoto/libgphoto/$version/$name-$version.tar.bz2)
   10 
   11 build () {
   12 	cd $name-$version
   13 
   14 	udevscriptdir=/lib/udev \
   15 	./configure \
   16 		--prefix=/usr \
   17 		--disable-nls  \
   18 		--with-doc-dir=/usr/share/doc
   19 
   20 	make
   21 	make DESTDIR=$PKG install
   22 
   23 	rm -r $PKG/usr/share/doc
   24 	rm $PKG/usr/lib/libgphoto2*/*/*.la
   25 }

Generated by cgit