2004-10-12 17:13:58 +00:00
|
|
|
PortSystem 1.0
|
|
|
|
|
|
|
|
|
|
name itext
|
2004-11-22 17:27:11 +00:00
|
|
|
version 1.1
|
2004-10-12 17:13:58 +00:00
|
|
|
categories java print
|
2012-08-06 03:19:30 +00:00
|
|
|
license {MPL-1.1 LGPL} Apache-1.1
|
2024-01-11 12:03:03 +11:00
|
|
|
platforms any
|
2012-08-06 03:19:30 +00:00
|
|
|
supported_archs noarch
|
2007-10-22 23:09:00 +00:00
|
|
|
maintainers nomaintainer
|
2004-10-12 17:13:58 +00:00
|
|
|
description Java library that allows you to generate PDF files on the fly.
|
2024-01-11 12:03:03 +11:00
|
|
|
long_description {*}${description}
|
2004-10-12 17:13:58 +00:00
|
|
|
|
|
|
|
|
homepage http://www.lowagie.com/iText/
|
|
|
|
|
master_sites sourceforge
|
|
|
|
|
distname ${name}-src-${version}
|
2004-11-22 17:27:11 +00:00
|
|
|
checksums md5 3e8aa3d0b3cd93ac40e88a6e45281210
|
2004-10-12 17:13:58 +00:00
|
|
|
|
|
|
|
|
depends_build bin:ant:apache-ant
|
|
|
|
|
depends_lib bin:java:kaffe
|
|
|
|
|
|
2018-06-03 18:50:43 -05:00
|
|
|
extract.dir ${worksrcpath}/src
|
|
|
|
|
|
2004-10-12 17:13:58 +00:00
|
|
|
pre-extract {
|
2018-06-03 18:50:43 -05:00
|
|
|
file mkdir ${extract.dir}
|
2004-10-12 17:13:58 +00:00
|
|
|
file copy ${filespath}/build.xml ${worksrcpath}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
use_configure no
|
|
|
|
|
|
|
|
|
|
build.cmd ant
|
|
|
|
|
build.target jar javadoc
|
|
|
|
|
|
|
|
|
|
destroot {
|
|
|
|
|
xinstall -m 755 -d ${destroot}${prefix}/share/java/ \
|
|
|
|
|
${destroot}${prefix}/share/doc/
|
|
|
|
|
xinstall -m 644 ${worksrcpath}/dist/iText.jar \
|
|
|
|
|
${destroot}${prefix}/share/java/
|
|
|
|
|
file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
|
|
|
|
|
}
|
2009-08-03 09:41:10 +00:00
|
|
|
|
2017-02-01 10:32:25 +00:00
|
|
|
# Moved to https://github.com/itext
|
|
|
|
|
livecheck.type none
|