milis/talimatname/genel/l/libspectre/talimat

23 lines
537 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: Postscript belgeler için yapılmış kütüphane
# URL: http://libspectre.freedesktop.org/wiki/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: ghostscript
isim=libspectre
surum=0.2.7
devir=1
kaynak=(http://libspectre.freedesktop.org/releases/$isim-$surum.tar.gz
libspectre-$surum-ghostscript-9.18-1.patch)
derle() {
cd $isim-$surum
patch -Np1 -i ../libspectre-$surum-ghostscript-9.18-1.patch
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}