aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/fastjar/fastjar.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/fastjar/fastjar.inc')
-rw-r--r--recipes-core/fastjar/fastjar.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-core/fastjar/fastjar.inc b/recipes-core/fastjar/fastjar.inc
new file mode 100644
index 0000000..f48135d
--- /dev/null
+++ b/recipes-core/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 = "GPLv2"
+
+DEPENDS = "zlib"
+
+SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz"
+
+inherit autotools
+
+PACKAGES = "${PN}-grepjar ${PN} ${PN}-dbg ${PN}-doc"
+FILES_${PN}-grepjar = "${bindir}/grepjar"
+
+BBCLASSEXTEND = "native"