1 ################################################################################
5 ################################################################################
8 POUND_SITE
= http
://www.apsis.ch
/pound
9 POUND_SOURCE
= Pound-
$(POUND_VERSION
).tgz
10 POUND_LICENSE
= GPLv3
+
11 POUND_LICENSE_FILES
= GPL.txt
12 POUND_DEPENDENCIES
= openssl
14 # Force owner/group to us, otherwise it will try proxy:proxy by
17 --with-owner
=$(shell id
-un
) \
18 --with-group
=$(shell id
-gn
)
20 ifeq ($(BR2_PACKAGE_PCRE
),y
)
21 POUND_DEPENDENCIES
+= pcre
24 $(eval
$(autotools-package
))