wok-next view volume_key/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="volume_key"
4 VERSION="0.3.12"
5 CATEGORY="libs"
6 SHORT_DESC="Manipulating storage volume encryption keys"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://pagure.io/volume_key"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/volume_key.html"
11 REPOLOGY="volume-key"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="https://releases.pagure.org/volume_key/$TARBALL"
15 TARBALL_SHA1="c983123b3b7f36819d26c7421a290657a02534b7"
17 BUILD_DEPENDS="automake gettext-dev gpgme-dev libtool cryptsetup-dev nss-dev \
18 python-dev python3-dev util-linux-blkid-dev glib-dev"
19 SPLIT="$PACKAGE-python $PACKAGE $PACKAGE-dev"
21 COPY_python="python3.*/" # rm *.la
23 DEPENDS_python="glib nss python3 volume_key"
24 DEPENDS_std="cryptsetup glib gpgme nspr nss util-linux-blkid libassuan \
25 libdevmapper libgcrypt libgpg-error"
27 CAT_python="libs|Python 3 bindings"
29 compile_rules() {
30 autoreconf -fiv &&
32 ./configure $CONFIGURE_ARGS &&
33 fix libtool &&
34 make &&
35 make install
36 }