milis/talimatname/genel/l/libgphoto2/talimat

21 lines
540 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Harici programlar tarafından dijital kameraya erişime izin vermek için tasarlanmış gphoto2 çekirdek kütüphanesi.
2016-02-24 01:27:23 +01:00
# URL: http://www.gphoto.org/proj/libgphoto2/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libjpeg-turbo libexif libusb-compat
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=libgphoto2
surum=2.5.10
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(https://distfiles.macports.org/libgphoto2/libgphoto2-2.5.10.tar.bz2
2016-08-01 20:47:27 +02:00
jpeg.patch)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-08-01 20:47:27 +02:00
patch -Np1 -i ../jpeg.patch
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}