wok annotate tcplay/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 14b04ff6f6b2
children 8af51fadeab7
rev   line source
pascal@16795 1 # SliTaz package receipt.
pascal@16795 2
pascal@16795 3 PACKAGE="tcplay"
pascal@16795 4 VERSION="2.0"
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"
pascal@16795 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@16795 10 WEB_SITE="https://github.com/bwalex/tc-play"
pascal@16795 11 WGET_URL="https://github.com/bwalex/tc-play/archive/v$VERSION.tar.gz"
pascal@16795 12
pascal@17482 13 DEPENDS="libgcrypt libdevmapper libcrypto util-linux-uuid zlib udev"
pascal@16795 14 BUILD_DEPENDS="cmake wget libdevmapper-dev libgcrypt-dev util-linux-uuid-dev \
pascal@16795 15 libdevmapper openssl-dev zlib-dev"
pascal@16795 16
pascal@16795 17 # Rules to configure and make the package.
pascal@16795 18 compile_rules()
pascal@16795 19 {
pascal@16795 20 make -f Makefile.classic
pascal@16795 21 }
pascal@16795 22
pascal@16795 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@16795 24 genpkg_rules()
pascal@16795 25 {
pascal@16795 26 mkdir -p $fs/usr/bin
pascal@16795 27 cp -a $src/tcplay $fs/usr/bin
pascal@16795 28 }