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