wok annotate tcplay/receipt @ rev 17129
pcmanfm: set ON by default: focus previous folder after backspace keypressed
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Sep 09 11:58:22 2014 +0200 (2014-09-09) |
parents | |
children | 9689f1b75619 |
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@16795 | 13 DEPENDS="libgrypt 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 } |