diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2008-04-12 09:45:49 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2008-04-12 09:45:49 +0000 |
commit | d114386c45ca4ae4009dd8b5cee181370ff0f814 (patch) | |
tree | 91b0025e254a03becb81f3ae1b4ea406b563e5c6 /package/beecrypt/beecrypt.mk | |
parent | 7978ff879b52162b368bdb15101a2c4c1314fd09 (diff) | |
download | buildroot-novena-d114386c45ca4ae4009dd8b5cee181370ff0f814.tar.gz buildroot-novena-d114386c45ca4ae4009dd8b5cee181370ff0f814.zip |
* Added beecrypt
Diffstat (limited to 'package/beecrypt/beecrypt.mk')
-rw-r--r-- | package/beecrypt/beecrypt.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/beecrypt/beecrypt.mk b/package/beecrypt/beecrypt.mk new file mode 100644 index 000000000..d26d31d8f --- /dev/null +++ b/package/beecrypt/beecrypt.mk @@ -0,0 +1,18 @@ +############################################################# +# +# 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 + +BEECRYPT_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install + +$(eval $(call AUTOTARGETS,package,beecrypt)) |