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 / boa / boa.mk
1 ################################################################################
2 #
3 # boa
4 #
5 ################################################################################
6
7 BOA_VERSION = 0.94.14rc21
8 BOA_SITE = http://www.boa.org
9 BOA_LICENSE = GPLv2+
10 BOA_LICENSE_FILES = COPYING
11
12 define BOA_INSTALL_TARGET_CMDS
13         $(INSTALL) -D -m 755 $(@D)/src/boa $(TARGET_DIR)/usr/sbin/boa
14         $(INSTALL) -D -m 755 $(@D)/src/boa_indexer $(TARGET_DIR)/usr/lib/boa/boa_indexer
15         $(INSTALL) -D -m 644 package/boa/boa.conf $(TARGET_DIR)/etc/boa/boa.conf
16         $(INSTALL) -D -m 644 package/boa/mime.types $(TARGET_DIR)/etc/mime.types
17 endef
18
19 $(eval $(autotools-package))