milis/talimatname/genel/i/ilmbase/talimat

21 lines
410 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: OpenEXR için ILM'den temel kütüphaneler
# URL: http://openexr.com/
# Paketçi: milisarge
# Gerekler:
isim=ilmbase
surum=2.2.0
devir=1
kaynak=( http://download.savannah.nongnu.org/releases/openexr/$isim-$surum.tar.gz)
derle() {
# build package
cd $isim-$surum
./configure --prefix=/usr \
--disable-build-docs \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
}