fzf: Fix packaging error with fzf.vim
[termux-packages] / disabled-packages / ghostscript / build.sh
CommitLineData
25bea57f
FF
1TERMUX_PKG_HOMEPAGE=http://www.ghostscript.com/
2TERMUX_PKG_DESCRIPTION="Interpreter for the PostScript language and for PDF"
3TERMUX_PKG_VERSION=9.18
4TERMUX_PKG_SRCURL=http://downloads.ghostscript.com/public/ghostscript-${TERMUX_PKG_VERSION}.tar.gz
5TERMUX_PKG_DEPENDS="libtiff"
6TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-system-libtiff"
7
8# See " it possible to cross compile GhostPCL/GhostXPS" at bottom of
9# http://ghostscript.com/FAQ.html
10
11termux_step_pre_configure () {
12 local _ARCHFILE=$TERMUX_PKG_BUILDER_DIR/arch-arm.h
13 $TERMUX_TOUCH -d "next hour" $_ARCHFILE
14 perl -p -i -e "s|TARGET_ARCH_FILE=.*|TARGET_ARCH_FILE=$_ARCHFILE|" $TERMUX_PKG_SRCDIR/Makefile.in
15}