The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / jhead / jhead.mk
1 ################################################################################
2 #
3 # jhead
4 #
5 ################################################################################
6
7 JHEAD_VERSION = 3.00
8 JHEAD_SITE = http://www.sentex.net/~mwandel/jhead
9 JHEAD_LICENSE = Public Domain
10 JHEAD_LICENSE_FILES = readme.txt
11
12 define JHEAD_BUILD_CMDS
13         $(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
14 endef
15
16 define JHEAD_INSTALL_TARGET_CMDS
17         $(INSTALL) -m 0755 -D $(@D)/jhead $(TARGET_DIR)/usr/bin/jhead
18 endef
19
20 $(eval $(generic-package))