summaryrefslogtreecommitdiffstats
path: root/package/beecrypt/beecrypt.mk
blob: 06c359e9bc254d252e3395b1af623a78b586a5a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#############################################################
#
# beecrypt
#
#############################################################
BEECRYPT_VERSION = 4.1.2
BEECRYPT_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/beecrypt
BEECRYPT_AUTORECONF = YES
BEECRYPT_INSTALL_STAGING = YES

BEECRYPT_CONF_OPT =  --without-cplusplus \
		--without-java \
		--without-python  \
		--disable-rpath

$(eval $(call AUTOTARGETS))