Contents of /branches/R11-stable/extras/fastjar/fastjar-0.98-r1.smage2
Parent Directory | Revision Log
Revision 15113 -
(show annotations)
(download)
Wed Jan 2 10:43:44 2013 UTC (11 years, 10 months ago) by niro
File size: 561 byte(s)
Wed Jan 2 10:43:44 2013 UTC (11 years, 10 months ago) by niro
File size: 561 byte(s)
-release branches/R11-stable
1 | # $Id$ |
2 | |
3 | PNAME="fastjar" |
4 | PVER="0.98" |
5 | PBUILD="r1" |
6 | |
7 | PCAT="dev-java" |
8 | |
9 | DESCRIPTION="Fastjar is an implementation of Sun's jar utility." |
10 | HOMEPAGE="http://savannah.nongnu.org/projects/fastjar" |
11 | |
12 | DEPEND=">= sys-libs/zlib-1.2.5" |
13 | |
14 | SRCFILE="${PNAME}-${PVER}.tar.gz" |
15 | SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" |
16 | |
17 | sminclude mbuild mtools |
18 | |
19 | SRC_URI=( |
20 | http://download.savannah.nongnu.org/releases/${PNAME}/${SRCFILE} |
21 | ftp://sources.redhat.com/pub/rhug/${SRCFILE} |
22 | mirror://${PNAME}/${SRCFILE} |
23 | ) |
24 | |
25 | UP2DATE="updatecmd http://download.savannah.gnu.org/releases/${PNAME} | lasttarball gz" |