talloc: remove long_desc.
This commit is contained in:
parent
5d503c38d6
commit
f83a2bf499
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'talloc'.
|
||||
pkgname=talloc
|
||||
version=2.0.8
|
||||
revision=3
|
||||
revision=4
|
||||
hostmakedepends="pkg-config python libxslt docbook-xsl"
|
||||
short_desc="Hierarchical pool based memory allocator with destructors"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,9 +9,6 @@ homepage="http://talloc.samba.org/"
|
|||
license="GPL-3"
|
||||
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=1ec11e635e0318dbbb014db38ff96e8dba3ce5f614eeb7d993b4a5b71c016783
|
||||
long_desc="
|
||||
This package provides the talloc library: an hierarchical pool based memory
|
||||
allocator with destructors."
|
||||
|
||||
do_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
@ -30,11 +27,12 @@ do_install() {
|
|||
}
|
||||
|
||||
talloc-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue