2017-04-03 14:18:21 +02:00
|
|
|
|
# Description: Postscript belgeler için yapılmış kütüphane
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://libspectre.freedesktop.org/wiki/
|
2016-07-31 18:36:27 +02:00
|
|
|
|
# Packager: alihan-ozturk28@hotmail.com
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# Depends on: ghostscript
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|