pdftk: removed since GCJ is deprecated
This commit is contained in:
parent
4d8b19e53a
commit
b3a86fbb57
2 changed files with 0 additions and 47 deletions
|
@ -1,19 +0,0 @@
|
|||
# Based on 'Makefile.Debian', part of pdftk
|
||||
# Copyright (c) 2004-2012 Sid Steward
|
||||
|
||||
export CXX= @CXX@
|
||||
export GCJ= gcj
|
||||
export GCJH= gcjh
|
||||
export GJAR= gjar
|
||||
export LIBGCJ= /usr/share/java/libgcj.jar
|
||||
export AR= @AR@
|
||||
export RM= rm
|
||||
export ARFLAGS= rs
|
||||
export RMFLAGS= -vf
|
||||
export CPPFLAGS= -DPATH_DELIM=0x2f -DASK_ABOUT_WARNINGS=false -DUNBLOCK_SIGNALS -fdollars-in-identifiers
|
||||
export CXXFLAGS= @CXXFLAGS@
|
||||
export GCJFLAGS= -Wno-all -fsource=1.3 -O2 -fPIC -L/usr/lib
|
||||
export GCJHFLAGS= -force
|
||||
export LDLIBS= @LDFLAGS@ -lgcj
|
||||
|
||||
include Makefile.Base
|
|
@ -1,28 +0,0 @@
|
|||
# Template file for 'pdftk'
|
||||
pkgname=pdftk
|
||||
version=2.02
|
||||
revision=3
|
||||
wrksrc="${pkgname}-${version}-dist"
|
||||
build_wrksrc=${pkgname}
|
||||
hostmakedepends="unzip gcc-gcj"
|
||||
makedepends="libgcj-devel"
|
||||
nocross=yes
|
||||
short_desc="Command-line tool for working with PDFs"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-2"
|
||||
homepage="https://www.pdflabs.com/tools/pdftk-server/"
|
||||
distfiles="http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/${pkgname}-${version}-src.zip"
|
||||
checksum=118f6a25fd3acaafb58824dce6f97cdc07e56050e666b90e4c4ef426ea37b8c1
|
||||
|
||||
do_build() {
|
||||
sed -e "s;@CXX@;$CXX;" \
|
||||
-e "s;@AR@;$AR;" \
|
||||
-e "s;@CXXFLAGS@;$CXXFLAGS;" \
|
||||
-e "s;@LDFLAGS@;$LDFLAGS;" \
|
||||
${FILESDIR}/Makefile > Makefile
|
||||
make ${makejobs} || make ${makjobs}
|
||||
}
|
||||
do_install() {
|
||||
vbin pdftk
|
||||
vman ../pdftk.1
|
||||
}
|
Loading…
Reference in a new issue