wok-next view encfs/receipt @ rev 20634

oxine: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 27 12:51:30 2018 +0200 (2018-04-27)
parents 474eb4a6385a
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="encfs"
4 VERSION="1.7.4"
5 CATEGORY="security"
6 SHORT_DESC="Encryption filesystem for FUSE"
7 MAINTAINER="b1+slitaz@nagel.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.arg0.net/encfs"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://encfs.googlecode.com/files/$TARBALL"
14 BUILD_DEPENDS="fuse2-dev rlog rlog-dev openssl-dev libboost-dev \
15 libboost-system libboost-serialization libboost-filesystem"
17 compile_rules() {
18 mv $PACKAGE-${VERSION%-*} $src 2>/dev/null
19 cd $src
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="fuse2 rlog openssl libboost-system libboost-serialization \
30 libboost-filesystem gcc-lib-base"
31 TAGS="filesystem"
32 }