mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
tc-play: fix license, vsed
This commit is contained in:
parent
a551dcd133
commit
fd81ab5932
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tc-play'
|
# Template file for 'tc-play'
|
||||||
pkgname=tc-play
|
pkgname=tc-play
|
||||||
version=3.3
|
version=3.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="-f Makefile.classic PBKDF_BACKEND=gcrypt"
|
make_build_args="-f Makefile.classic PBKDF_BACKEND=gcrypt"
|
||||||
make_build_target="tcplay"
|
make_build_target="tcplay"
|
||||||
|
@ -10,14 +10,15 @@ make_install_target="install_program"
|
||||||
makedepends="device-mapper-devel libuuid-devel libgcrypt-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="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-2-clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/bwalex/tc-play"
|
homepage="https://github.com/bwalex/tc-play"
|
||||||
distfiles="https://github.com/bwalex/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/bwalex/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=ad53cd814a23b4f61a1b2b6dc2539624ffb550504c400c45cbd8cd1da4c7d90a
|
checksum=ad53cd814a23b4f61a1b2b6dc2539624ffb550504c400c45cbd8cd1da4c7d90a
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i Makefile.classic -e"s; -o tcplay; ${LDFLAGS}&;"
|
vsed -i Makefile.classic -e"s; -o tcplay; ${LDFLAGS}&;"
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue