milis/talimatname/genel/libraw/talimat

19 lines
421 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.

# Description: Dijital fotoğraf kameralarından elde edilen RAW dosyaları okumak için (CRW / CR2, NEF, RAF, DNG, vb.)
# URL: http://www.libraw.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: libjpeg-turbo jasper lcms2
name=libraw
version=0.17.0
release=1
source=(http://www.libraw.org/data/LibRaw-$version.tar.gz)
build ()
{
cd LibRaw-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}