blob: d8bcaa122b8d93b025781dd9f8d55fe2eea6fec6 [file] [log] [blame]
Alexandre Belloni8dfd59d2013-06-05 23:53:30 +00001################################################################################
Eric Andersen173c6072002-11-18 22:12:38 +00002#
3# boa
4#
Alexandre Belloni8dfd59d2013-06-05 23:53:30 +00005################################################################################
Alexandre Belloni70270402013-06-05 23:53:25 +00006
Peter Korsgaard85fac9e2010-09-26 21:11:32 +02007BOA_VERSION = 0.94.14rc21
Jerzy Grzegorekc7f4b962014-07-31 10:46:58 +02008BOA_SITE = http://www.boa.org
Rahul Bedarkaraf31c302017-03-30 19:13:32 +05309BOA_LICENSE = GPL-2.0+
Gustavo Zacarias734c1242013-06-28 10:40:58 -030010BOA_LICENSE_FILES = COPYING
Eric Andersenffde94b2001-12-22 00:56:11 +000011
Peter Korsgaard85fac9e2010-09-26 21:11:32 +020012define BOA_INSTALL_TARGET_CMDS
Maxime Hadjinlianc9623382014-06-01 14:38:01 +020013 $(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
Peter Korsgaard85fac9e2010-09-26 21:11:32 +020017endef
Jon Nelson4d1404f2002-01-05 20:06:55 +000018
Arnout Vandecappelle (Essensium/Mind)e1502eb2012-07-03 00:07:32 +020019$(eval $(autotools-package))