eb7bd9ef61
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
628 B
Makefile
20 lines
628 B
Makefile
################################################################################
|
|
#
|
|
# boa
|
|
#
|
|
################################################################################
|
|
|
|
BOA_VERSION = 0.94.14rc21
|
|
BOA_SITE = http://www.boa.org/
|
|
BOA_LICENSE = GPLv2+
|
|
BOA_LICENSE_FILES = COPYING
|
|
|
|
define BOA_INSTALL_TARGET_CMDS
|
|
install -D -m 755 $(@D)/src/boa $(TARGET_DIR)/usr/sbin/boa
|
|
install -D -m 755 $(@D)/src/boa_indexer $(TARGET_DIR)/usr/lib/boa/boa_indexer
|
|
install -D -m 644 package/boa/boa.conf $(TARGET_DIR)/etc/boa/boa.conf
|
|
install -D -m 644 package/boa/mime.types $(TARGET_DIR)/etc/mime.types
|
|
endef
|
|
|
|
$(eval $(autotools-package))
|