wok annotate tcplay/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents 9689f1b75619
children 5ea0ce1cecc0
rev   line source
pascal@16795 1 # SliTaz package receipt.
pascal@16795 2
pascal@16795 3 PACKAGE="tcplay"
Hans-G?nter@23692 4 VERSION="3.3"
pascal@16795 5 CATEGORY="system-tools"
pascal@16795 6 SHORT_DESC="Free TrueCrypt implementation."
pascal@16795 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16795 8 LICENSE="BSD"
Hans-G?nter@23692 9 WEB_SITE="https://github.com/bwalex/tc-play"
Hans-G?nter@23692 10
pascal@16795 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@16795 12 WGET_URL="https://github.com/bwalex/tc-play/archive/v$VERSION.tar.gz"
pascal@16795 13
Hans-G?nter@23692 14 DEPENDS="libdevmapper libcrypto libgcrypt util-linux-uuid zlib udev"
Hans-G?nter@23692 15 BUILD_DEPENDS="cmake libdevmapper libdevmapper-dev libgcrypt-dev
Hans-G?nter@23692 16 openssl-dev util-linux-uuid-dev zlib-dev"
pascal@16795 17
pascal@16795 18 # Rules to configure and make the package.
pascal@16795 19 compile_rules()
pascal@16795 20 {
pascal@16795 21 make -f Makefile.classic
pascal@16795 22 }
pascal@16795 23
pascal@16795 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@16795 25 genpkg_rules()
pascal@16795 26 {
pascal@16795 27 mkdir -p $fs/usr/bin
Hans-G?nter@23692 28 cp -a $src/tcplay $fs/usr/bin
pascal@16795 29 }