libgphoto2: adopted, updated URL and description

This commit is contained in:
Matt Housh 2006-10-10 03:29:17 +00:00
parent f56e85cb74
commit f5ad8492f4

View File

@ -1,7 +1,6 @@
# Description: libgphoto2 is a library which is used to access digital cameras # Description: A library designed to allow access to digital cameras to external programs
# URL: http://gphoto.sourceforge.net # URL: http://www.gphoto.org/proj/libgphoto2/
# Packager: # Maintainer: Matt Housh, jaeger at crux dot nu
# Maintainer: sten, nick dot steeves at shaw dot ca
# Depends on: libusb, libexif # Depends on: libusb, libexif
name=libgphoto2 name=libgphoto2
@ -10,11 +9,11 @@ release=2
source=(http://dl.sourceforge.net/sourceforge/gphoto/$name-$version.tar.gz) source=(http://dl.sourceforge.net/sourceforge/gphoto/$name-$version.tar.gz)
build () { build () {
cd $name-$version cd $name-$version
./configure --prefix=/usr \ ./configure --prefix=/usr \
--disable-nls \ --disable-nls \
--disable-static --disable-static
make EXIF_CFLAGS="-DHAVE_EXIF_0_5_4" make EXIF_CFLAGS="-DHAVE_EXIF_0_5_4"
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc rm -rf $PKG/usr/share/doc
} }