milis/talimatname/genel/o/openjpeg/talimat

21 lines
475 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: OpenJPEG, JPEG-2000 standardının açık kaynaklı bir uygulamasıdır.
# URL: http://www.ijg.org/
# Paketçi: milisarge
# Gerekler: lcms2 libpng libtiff
# Grup: medya
isim=openjpeg
surum=1.5.2
devir=1
kaynak=(http://downloads.sourceforge.net/openjpeg.mirror/$isim-$surum.tar.gz )
derle() {
cd openjpeg-$surum
autoreconf -f -i
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
ln -s openjpeg-1.5/openjpeg.h $PKG/usr/include
}