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-native.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-native.inc')
-rw-r--r-- | recipes/fastjar/fastjar-native.inc | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/recipes/fastjar/fastjar-native.inc b/recipes/fastjar/fastjar-native.inc index df4d260713..e4d7084138 100644 --- a/recipes/fastjar/fastjar-native.inc +++ b/recipes/fastjar/fastjar-native.inc @@ -1,18 +1,8 @@ -DESCRIPTION = "jar replacement written in C." -HOMEPAGE = "http://savannah.nongnu.org/projects/fastjar/" -SECTION = "devel" -PRIORITY = "optional" -LICENSE = "GPL" - -INC_PR = "r2" - DEPENDS = "zlib-native" -SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz" - S = "${WORKDIR}/fastjar-${PV}" -inherit autotools native +inherit native do_configure () { gnu-configize || die "failure running gnu-configize" |