talloc: libtalloc-compat1-2.0.8.so should be part of main pkg not -devel.
This commit is contained in:
parent
f75ca465c4
commit
d16bbfbf85
@ -1,7 +1,7 @@
|
|||||||
# Template build file for 'talloc'.
|
# Template build file for 'talloc'.
|
||||||
pkgname=talloc
|
pkgname=talloc
|
||||||
version=2.0.8
|
version=2.0.8
|
||||||
revision=4
|
revision=5
|
||||||
hostmakedepends="pkg-config python libxslt docbook-xsl"
|
hostmakedepends="pkg-config python libxslt docbook-xsl"
|
||||||
short_desc="Hierarchical pool based memory allocator with destructors"
|
short_desc="Hierarchical pool based memory allocator with destructors"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
@ -32,7 +32,7 @@ talloc-devel_package() {
|
|||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove usr/lib/libtalloc.so
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user