aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastjar/fastjar.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fastjar/fastjar.inc')
-rw-r--r--recipes/fastjar/fastjar.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/fastjar/fastjar.inc b/recipes/fastjar/fastjar.inc
new file mode 100644
index 0000000000..4a798d8e63
--- /dev/null
+++ b/recipes/fastjar/fastjar.inc
@@ -0,0 +1,18 @@
+DESCRIPTION = "jar replacement written in C."
+HOMEPAGE = "http://savannah.nongnu.org/projects/fastjar/"
+SECTION = "devel"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+DEPENDS = "zlib"
+
+INC_PR = "r4"
+
+SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz \
+ file://jartool.patch;patch=1 \
+ "
+
+inherit autotools
+
+PACKAGES =+ "${PN}-grepjar"
+FILES_${PN}-grepjar = "${bindir}/grepjar"