aboutsummaryrefslogtreecommitdiffstats
path: root/packages/jhead/jhead_2.6.0.bb
blob: db24e375a5b4503922bee72515972f64b0305b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SECTION = "apps"
FILE_PR = "r0"

SRC_URI = "http://www.sentex.net/~mwandel/jhead/jhead-2.6.tar.gz \
           file://makefile.patch;patch=1"

S = "${WORKDIR}/jhead-2.6"

inherit autotools

do_configure() {
	:
}

do_install() {
	install -d ${D}/bin
	autotools_do_install
}