tc-play: messed up backends.
This commit is contained in:
parent
e73703d56d
commit
2077a2e69d
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@ pkgname=tc-play
|
||||||
version=2.0
|
version=2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="-f Makefile.classic"
|
make_build_args="-f Makefile.classic PBKDF_BACKEND=gcrypt"
|
||||||
make_build_target="tcplay"
|
make_build_target="tcplay"
|
||||||
make_install_args="-f Makefile.classic SBINDIR=/usr/bin"
|
make_install_args="-f Makefile.classic PBKDF_BACKEND=gcrypt SBINDIR=/usr/bin"
|
||||||
make_install_target="install_program"
|
make_install_target="install_program"
|
||||||
makedepends="device-mapper-devel libuuid-devel libressl-devel"
|
makedepends="device-mapper-devel libuuid-devel libgcrypt-devel"
|
||||||
short_desc="Free and simple TrueCrypt implementation based on dm-crypt"
|
short_desc="Free and simple TrueCrypt implementation based on dm-crypt"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue