wok-next view ecryptfs-utils/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ecryptfs-utils"
4 VERSION="111"
5 CATEGORY="security"
6 SHORT_DESC="POSIX-compliant enterprise cryptographic filesystem tools"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://ecryptfs.org/"
11 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
12 WGET_URL="https://launchpad.net/ecryptfs/trunk/$VERSION/+download/$TARBALL"
13 TARBALL_SHA1="2a30db4fcb63b2a5d23c48eb96c9842ae597c778"
15 BUILD_DEPENDS="keyutils-dev nss-dev python-dev perl swig gettext intltool"
16 SPLIT="$PACKAGE-dev"
18 DEPENDS_std="keyutils nss python"
19 DEPENDS_dev="$PACKAGE keyutils-dev"
21 TAGS="cryptography"
23 compile_rules() {
24 ./configure \
25 --disable-pam \
26 $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make install
30 }