wok-current annotate ecryptfs-simple/receipt @ rev 23436
updated plymouth again (0.8.6.1 -> 0.9.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 02 08:09:39 2020 +0100 (2020-04-02) |
parents | |
children | 3e9a9990c985 |
rev | line source |
---|---|
pascal@20636 | 1 # SliTaz package receipt. |
pascal@20636 | 2 |
pascal@20636 | 3 PACKAGE="ecryptfs-simple" |
pascal@20636 | 4 VERSION="2017" |
pascal@20636 | 5 CATEGORY="security" |
pascal@20636 | 6 SHORT_DESC="A very simple utility for working with eCryptfs" |
pascal@20636 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20636 | 8 LICENSE="GPL2" |
pascal@20636 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pascal@20636 | 10 WEB_SITE="https://xyne.archlinux.ca/projects/ecryptfs-simple/" |
pascal@20636 | 11 WGET_URL="${WEB_SITE}src/$TARBALL" |
pascal@20636 | 12 TAGS="cryptography" |
pascal@20636 | 13 |
pascal@20636 | 14 DEPENDS="libgcrypt ecryptfs-utils util-linux-mount libgpg-error \ |
pascal@20636 | 15 util-linux-blkid util-linux-uuid" |
pascal@20636 | 16 BUILD_DEPENDS="cmake libgcrypt-dev pkg-config \ |
pascal@20636 | 17 ecryptfs-utils-dev util-linux-mount-dev keyutils-dev" |
pascal@20636 | 18 |
pascal@20636 | 19 # Rules to configure and make the package. |
pascal@20636 | 20 compile_rules() |
pascal@20636 | 21 { |
pascal@20636 | 22 cmake -DCMAKE_INSTALL_PREFIX=/usr . && |
pascal@20636 | 23 make && |
pascal@20636 | 24 make DESTDIR=$DESTDIR install |
pascal@20636 | 25 } |
pascal@20636 | 26 |
pascal@20636 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20636 | 28 genpkg_rules() |
pascal@20636 | 29 { |
pascal@20636 | 30 cp -a $install/usr $fs |
pascal@20636 | 31 } |