summaryrefslogtreecommitdiffstats
path: root/recipes-core/fastjar/fastjar.inc
blob: efbc226e247dc626578d13d33db2c0517397b656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "jar replacement written in C."
HOMEPAGE = "http://savannah.nongnu.org/projects/fastjar/"
SECTION = "devel"
PRIORITY = "optional"
LICENSE = "GPLv2"
PR = "r1"

DEPENDS = "zlib"

SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz"

inherit autotools update-alternatives

PACKAGES = "${PN}-grepjar ${PN} ${PN}-dbg ${PN}-doc"
FILES_${PN}-grepjar = "${bindir}/grepjar"

PROVIDES = "virtual/jar"
ALTERNATIVE_NAME = "jar"
ALTERNATIVE_LINK = "${bindir}/jar"
ALTERNATIVE_PATH = "${bindir}/fastjar"

BBCLASSEXTEND = "native"