change usbtunerhelper src_uri.
[vuplus_openembedded] / recipes / fastjar / fastjar.inc
1 DESCRIPTION = "jar replacement written in C."
2 HOMEPAGE = "http://savannah.nongnu.org/projects/fastjar/"
3 SECTION = "devel"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6
7 DEPENDS = "zlib"
8
9 INC_PR = "r3"
10
11 SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz"
12
13 inherit autotools
14
15 PACKAGES =+ "${PN}-grepjar"
16 FILES_${PN}-grepjar = "${bindir}/grepjar"