diff options
Diffstat (limited to 'homebrew/ghostscript/.make.sh-auto')
-rw-r--r-- | homebrew/ghostscript/.make.sh-auto | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/homebrew/ghostscript/.make.sh-auto b/homebrew/ghostscript/.make.sh-auto new file mode 100644 index 000000000..27608ef63 --- /dev/null +++ b/homebrew/ghostscript/.make.sh-auto @@ -0,0 +1,10 @@ +pkg:setup +args = %W[--prefix=#{prefix} --disable-cups --disable-compile-inits --disable-gtk --disable-fontconfig --without-libidn --with-system-libtiff --without-x ] +./autogen.sh *args +else +pkg:configure *args +end +make DESTDIR=${PKG_DEST} install +make DESTDIR=${PKG_DEST} install-so +(pkgshare/"fonts").install resource("fonts") +(man/"de").rmtree |