milis/talimatname/genel/l/libraw/talimat

19 lines
405 B
Plaintext
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.

# Tanım: Dijital fotoğraf kameralarından elde edilen RAW dosyaları okumak için (CRW / CR2, NEF, RAF, DNG, vb.)
# URL: http://www.libraw.org/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: libjpeg-turbo jasper lcms2
isim=libraw
surum=0.17.0
devir=1
kaynak=(http://www.libraw.org/data/LibRaw-$surum.tar.gz)
derle()
{
cd LibRaw-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}