wok-next view encfs/receipt @ rev 20954

Patch xorg-xf86-video-s3virge
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Sep 03 08:26:01 2018 +0300 (2018-09-03)
parents d958fec46c9f
children d5aab818505e
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"
10 REPOLOGY="fusefs:encfs"
12 TARBALL="$PACKAGE-$VERSION.tgz"
13 WGET_URL="http://encfs.googlecode.com/files/$TARBALL"
15 BUILD_DEPENDS="fuse2-dev rlog rlog-dev openssl-dev boost-dev \
16 boost-system boost-serialization boost-filesystem"
18 compile_rules() {
19 mv $PACKAGE-${VERSION%-*} $src 2>/dev/null
20 cd $src
22 ./configure $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="fuse2 rlog openssl boost-system boost-serialization \
31 boost-filesystem gcc-lib-base"
32 TAGS="filesystem"
33 }