talimat 556 B

1234567891011121314151617181920212223
  1. # Description: Postscript belgeler için yapılmış kütüphane
  2. # URL: http://libspectre.freedesktop.org/wiki/
  3. # Packager: alihan-ozturk28@hotmail.com
  4. # Depends on: ghostscript
  5. name=libspectre
  6. version=0.2.7
  7. release=1
  8. source=(http://libspectre.freedesktop.org/releases/$name-$version.tar.gz
  9. libspectre-$version-ghostscript-9.18-1.patch)
  10. build() {
  11. cd $name-$version
  12. patch -Np1 -i ../libspectre-$version-ghostscript-9.18-1.patch
  13. ./configure --prefix=/usr \
  14. --disable-static
  15. make
  16. make DESTDIR=$PKG install
  17. }