cvm: remove unecessary depends
This commit is contained in:
parent
3536df8904
commit
4b808550b0
1 changed files with 1 additions and 2 deletions
|
@ -6,12 +6,11 @@ build_style=gnu-makefile
|
||||||
makedepends="bglibs-devel"
|
makedepends="bglibs-devel"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
hostmakedepends="libtool"
|
hostmakedepends="libtool"
|
||||||
depends="bglibs"
|
|
||||||
short_desc="Credential Validation Modules"
|
short_desc="Credential Validation Modules"
|
||||||
maintainer="bougyman <bougyman@voidlinux.eu>"
|
maintainer="bougyman <bougyman@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://untroubled.org/cvm/"
|
homepage="http://untroubled.org/cvm/"
|
||||||
distfiles="http://untroubled.org/cvm/cvm-0.97.tar.gz"
|
distfiles="http://untroubled.org/cvm/cvm-${version}.tar.gz"
|
||||||
checksum=82e7751d63cc2ae91457e28b5326885beb1d082d4f0695f4fdaac5ffa70a0c47
|
checksum=82e7751d63cc2ae91457e28b5326885beb1d082d4f0695f4fdaac5ffa70a0c47
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Reference in a new issue