crypto++: add missing depends to -devel pkg.
This commit is contained in:
parent
32fb1d9a30
commit
3d003e8de5
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'crypto++'.
|
||||
pkgname=crypto++
|
||||
version=562
|
||||
revision=1
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="unzip"
|
||||
short_desc="A free C++ class library of cryptographic schemes"
|
||||
|
@ -29,6 +29,7 @@ do_install() {
|
|||
}
|
||||
|
||||
crypto++-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue