summaryrefslogtreecommitdiffstats
path: root/package/beecrypt/beecrypt.mk
diff options
context:
space:
mode:
authorNigel Kukard <nkukard@lbsd.net>2008-04-12 09:45:49 +0000
committerNigel Kukard <nkukard@lbsd.net>2008-04-12 09:45:49 +0000
commitd114386c45ca4ae4009dd8b5cee181370ff0f814 (patch)
tree91b0025e254a03becb81f3ae1b4ea406b563e5c6 /package/beecrypt/beecrypt.mk
parent7978ff879b52162b368bdb15101a2c4c1314fd09 (diff)
downloadbuildroot-novena-d114386c45ca4ae4009dd8b5cee181370ff0f814.tar.gz
buildroot-novena-d114386c45ca4ae4009dd8b5cee181370ff0f814.zip
* Added beecrypt
Diffstat (limited to 'package/beecrypt/beecrypt.mk')
-rw-r--r--package/beecrypt/beecrypt.mk18
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))