Magellan Linux

Contents of /branches/R11-unstable/extras/fastjar/fastjar-0.98-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25206 - (show annotations) (download)
Tue Nov 25 03:13:46 2014 UTC (9 years, 5 months ago) by niro
File size: 561 byte(s)
-release branches/R11-unstable
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"