milis/talimatname/genel/l/libspectre/talimat

23 lines
549 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
name=libspectre
version=0.2.7
release=1
2016-07-31 18:36:27 +02:00
source=(http://libspectre.freedesktop.org/releases/$name-$version.tar.gz
libspectre-$version-ghostscript-9.18-1.patch)
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
2016-07-31 18:36:27 +02:00
patch -Np1 -i ../libspectre-$version-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
}