crypto++: rebuild for shlib-{provides,requires}.
This commit is contained in:
parent
8dfc71c0c5
commit
b840274ce0
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'crypto++'.
|
# Template build file for 'crypto++'.
|
||||||
pkgname=crypto++
|
pkgname=crypto++
|
||||||
version=562
|
version=562
|
||||||
revision=2
|
revision=3
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
short_desc="A free C++ class library of cryptographic schemes"
|
short_desc="A free C++ class library of cryptographic schemes"
|
||||||
|
@ -29,11 +29,11 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
crypto++-devel_package() {
|
crypto++-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove usr/lib/*.a
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue