wok-current diff ecryptfs-simple/receipt @ rev 22377
linux[64]-zram: modified modprobe command according to bug report 230
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 28 07:37:48 2019 +0100 (2019-11-28) |
parents | |
children | 3e9a9990c985 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ecryptfs-simple/receipt Thu Nov 28 07:37:48 2019 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ecryptfs-simple" 1.7 +VERSION="2017" 1.8 +CATEGORY="security" 1.9 +SHORT_DESC="A very simple utility for working with eCryptfs" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.13 +WEB_SITE="https://xyne.archlinux.ca/projects/ecryptfs-simple/" 1.14 +WGET_URL="${WEB_SITE}src/$TARBALL" 1.15 +TAGS="cryptography" 1.16 + 1.17 +DEPENDS="libgcrypt ecryptfs-utils util-linux-mount libgpg-error \ 1.18 +util-linux-blkid util-linux-uuid" 1.19 +BUILD_DEPENDS="cmake libgcrypt-dev pkg-config \ 1.20 +ecryptfs-utils-dev util-linux-mount-dev keyutils-dev" 1.21 + 1.22 +# Rules to configure and make the package. 1.23 +compile_rules() 1.24 +{ 1.25 + cmake -DCMAKE_INSTALL_PREFIX=/usr . && 1.26 + make && 1.27 + make DESTDIR=$DESTDIR install 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + cp -a $install/usr $fs 1.34 +}