wok view tcplay/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 9689f1b75619
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="tcplay"
4 VERSION="3.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="Free TrueCrypt implementation."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/bwalex/tc-play"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/bwalex/tc-play/archive/v$VERSION.tar.gz"
14 DEPENDS="libdevmapper libcrypto libgcrypt util-linux-uuid zlib udev"
15 BUILD_DEPENDS="cmake libdevmapper libdevmapper-dev libgcrypt-dev
16 openssl-dev util-linux-uuid-dev zlib-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make -f Makefile.classic
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $src/tcplay $fs/usr/bin
29 }