milis/talimatname/genel/libgphoto2/talimat
2017-03-30 15:45:07 +03:00

20 lines
553 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Harici programlar tarafından dijital kameraya erişime izin vermek için tasarlanmış gphoto2 çekirdek kütüphanesi.
# URL: http://www.gphoto.org/proj/libgphoto2/
# Packager: milisarge
# Depends on: libjpeg-turbo libexif libusb-compat
name=libgphoto2
version=2.5.10
release=1
source=(https://distfiles.macports.org/libgphoto2/libgphoto2-2.5.10.tar.bz2
jpeg.patch)
build() {
cd $name-$version
patch -Np1 -i ../jpeg.patch
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}