milis/talimatname/genel/l/leptonica/talimat

21 lines
591 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: Görüntü işleme ve görüntü analizi uygulamaları için geniş ölçüde yararlı olan yazılım
# URL: http://www.leptonica.com/
# Paketçi: Cihan Alkan
# Gerekler: giflib libjpeg-turbo libpng libtiff libwebp
# Grup: medya
isim=leptonica
surum=1.74.4
devir=1
kaynak=(https://github.com/DanBloomberg/leptonica/archive/$surum.tar.gz::${isim}-${surum}.tar.gz)
derle() {
cd "$SRC"/leptonica-${surum}
./autobuild
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
install -D leptonica-license.txt "$PKG"/usr/share/licenses/leptonica/leptonica-license.txt
}