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