libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / fastjar / fastjar.inc
blob7c5439edb4195796f54be44e1aba58800c728026
1 DESCRIPTION = "jar replacement written in C."
2 HOMEPAGE = "http://savannah.nongnu.org/projects/fastjar/"
3 SECTION = "devel"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
7 DEPENDS = "zlib"
9 INC_PR = "r3"
11 SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz"
13 inherit autotools
15 PACKAGES =+ "${PN}-grepjar"
16 FILES_${PN}-grepjar = "${bindir}/grepjar"