wok-next view encfs/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents 504a8ee34369
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="encfs"
4 VERSION="1.9.5"
5 CATEGORY="security"
6 SHORT_DESC="Encryption filesystem for FUSE"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.arg0.net/encfs"
10 REPOLOGY="fusefs:encfs"
12 TARBALL="$PACKAGE-$VERSION.tgz"
13 WGET_URL="https://github.com/vgough/$PACKAGE/archive/v$VERSION.tar.gz"
15 BUILD_DEPENDS="boost-dev boost-filesystem boost-serialization boost-system
16 cmake fuse2-dev gettext openssl-dev rlog rlog-dev"
18 compile_rules()
19 {
20 mkdir build
21 cd build
22 cmake .. \
23 -DCMAKE_INSTALL_PREFIX=/usr &&
24 fix libtool &&
25 make &&
26 make DESTDIR=$install install
27 }
29 genpkg_rules()
30 {
31 copy @std
32 DEPENDS="boost-filesystem boost-serialization boost-system fuse2
33 gcc-lib-base openssl rlog"
34 TAGS="filesystem"
35 }