Files

52 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2005-09-09 21:12:22 +00:00
PortSystem 1.0
2008-07-02 20:30:32 +00:00
name cglib
epoch 1
version 2.2.2
2005-09-09 21:12:22 +00:00
2008-07-02 20:30:32 +00:00
categories java
2012-04-16 19:20:54 +00:00
license Apache-2
maintainers nomaintainer
2024-01-11 11:34:55 +11:00
platforms any
supported_archs noarch
2005-09-09 21:12:22 +00:00
2008-07-02 20:30:32 +00:00
description cglib - a code generation library for java byte code.
long_description cglib is a powerful, high performance and quality \
Code Generation Library, It is used to extend \
Java classes and implement interfaces at \
runtime.
2008-07-02 20:30:32 +00:00
homepage http://cglib.sourceforge.net/
master_sites sourceforge:project/cglib/cglib2/${version}
2005-09-09 21:12:22 +00:00
2008-07-02 20:30:32 +00:00
distname ${name}-src-${version}
2005-09-09 21:12:22 +00:00
checksums rmd160 2a4773bb33e1728abadaebd62e3dc904c01f6be6 \
sha256 896000c74f71291e2931188b5494ffd7bdac8f0d75dfeeac1c40eb6e16cadcbb
extract.mkdir yes
2005-09-09 21:12:22 +00:00
extract.suffix .jar
2008-07-02 20:30:32 +00:00
extract.cmd jar
2005-09-09 21:12:22 +00:00
extract.pre_args xf
extract.post_args
depends_build bin:ant:apache-ant
2008-07-02 20:30:32 +00:00
depends_lib bin:java:kaffe
2005-09-09 21:12:22 +00:00
use_configure no
2008-07-02 20:30:32 +00:00
build.cmd ant
2005-09-09 21:12:22 +00:00
build.target dist
destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/java \
${destroot}${prefix}/share/doc
foreach f "${name} ${name}-nodep" {
xinstall -m 644 \
${worksrcpath}/dist/${f}-${version}.jar \
${destroot}${prefix}/share/java/${f}.jar
}
file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
}