milis/talimatname/genel/openexr/talimat

21 lines
419 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: Yüksek dinamik aralıklı bir resim dosya formatı kütüphanesi
# URL: http://www.openexr.org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: ilmbase
name=openexr
version=2.2.0
release=1
source=( http://savannah.nongnu.org/download/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}