milis/talimatname/genel/l/libspectre/talimat

23 lines
537 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Postscript belgeler için yapılmış kütüphane
2016-02-24 01:27:23 +01:00
# URL: http://libspectre.freedesktop.org/wiki/
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: ghostscript
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=libspectre
surum=0.2.7
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://libspectre.freedesktop.org/releases/$isim-$surum.tar.gz
libspectre-$surum-ghostscript-9.18-1.patch)
2016-07-31 18:36:27 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
patch -Np1 -i ../libspectre-$surum-ghostscript-9.18-1.patch
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
2016-07-31 18:36:27 +02:00
--disable-static
2016-02-24 01:27:23 +01:00
make
2016-07-31 18:36:27 +02:00
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}