summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 14:49:30 +0200
committerFlorian Franzmann2019-10-05 18:29:11 +0200
commit5f43a77f2bde6f1a1dc59c37d5ab324f08faf849 (patch)
treeb5e1a4c26065d3d64a2d04263ff342f7f00e94f2 /crypto
parentabd8ecfc1868f815914f6a0198a8d98e37bd1fc8 (diff)
crypto/encfs: use CMAKE_*
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/encfs/BUILD2
-rwxr-xr-xcrypto/encfs/CONFIGURE1
-rwxr-xr-xcrypto/encfs/DEPENDS2
-rwxr-xr-xcrypto/encfs/DETAILS1
-rw-r--r--crypto/encfs/HISTORY3
5 files changed, 7 insertions, 2 deletions
diff --git a/crypto/encfs/BUILD b/crypto/encfs/BUILD
index 6510859ccf..d5e9246c22 100755
--- a/crypto/encfs/BUILD
+++ b/crypto/encfs/BUILD
@@ -1,2 +1,2 @@
OPTS+=' -DBUILD_SHARED_LIBS=0 -DINSTALL_LIBENCFS=1' &&
-cmake_build
+default_build
diff --git a/crypto/encfs/CONFIGURE b/crypto/encfs/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/crypto/encfs/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/crypto/encfs/DEPENDS b/crypto/encfs/DEPENDS
index df9915e41b..78db003fdd 100755
--- a/crypto/encfs/DEPENDS
+++ b/crypto/encfs/DEPENDS
@@ -1,4 +1,4 @@
-depends cmake &&
+source $GRIMOIRE/CMAKE_DEPENDS &&
depends fuse &&
depends SSL &&
depends SYSTEM-LOGGER &&
diff --git a/crypto/encfs/DETAILS b/crypto/encfs/DETAILS
index 4d1a161127..ce92c087c4 100755
--- a/crypto/encfs/DETAILS
+++ b/crypto/encfs/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=encfs
VERSION=1.9.5
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/crypto/encfs/HISTORY b/crypto/encfs/HISTORY
index 17d7b12360..baa58d1cc1 100644
--- a/crypto/encfs/HISTORY
+++ b/crypto/encfs/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2019-05-23 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* TRIGGERS: on cast gettext check self