diff options
author | Michael Smith <msmith@cbnco.com> | 2009-10-29 05:18:07 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-02 14:38:19 +0100 |
commit | 00993186da6ba1da98aa52464288b15462381290 (patch) | |
tree | 6639c0b6e209d6bd3a751a541551485cd32a3ac0 /recipes/fastjar/fastjar.inc | |
parent | 549bda4de616c0f29665735912f350de694fcdd5 (diff) |
fastjar 0.98: add non-native recipe
Signed-off-by: Michael Smith <msmith@cbnco.com>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes/fastjar/fastjar.inc')
-rw-r--r-- | recipes/fastjar/fastjar.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/fastjar/fastjar.inc b/recipes/fastjar/fastjar.inc new file mode 100644 index 0000000000..7c5439edb4 --- /dev/null +++ b/recipes/fastjar/fastjar.inc @@ -0,0 +1,16 @@ +DESCRIPTION = "jar replacement written in C." +HOMEPAGE = "http://savannah.nongnu.org/projects/fastjar/" +SECTION = "devel" +PRIORITY = "optional" +LICENSE = "GPL" + +DEPENDS = "zlib" + +INC_PR = "r3" + +SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz" + +inherit autotools + +PACKAGES =+ "${PN}-grepjar" +FILES_${PN}-grepjar = "${bindir}/grepjar" |