tdb: update to 1.2.10.
This commit is contained in:
parent
74e6c87889
commit
d962b8eb01
2 changed files with 9 additions and 11 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'tdb-devel'.
|
# Template file for 'tdb-devel'.
|
||||||
#
|
#
|
||||||
depends="libtdb"
|
depends="libtdb-${version}_${revision}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
# Template build file for 'tdb'.
|
# Template build file for 'tdb'.
|
||||||
pkgname=tdb
|
pkgname=tdb
|
||||||
version=1.2.9
|
version=1.2.10
|
||||||
homepage="http://tdb.samba.org/"
|
revision=1
|
||||||
distfiles="http://samba.org/ftp/tdb/tdb-$version.tar.gz"
|
subpackages="libtdb tdb-devel tdb-python"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=2
|
|
||||||
makedepends="pkg-config python-devel libxslt docbook-xsl"
|
makedepends="pkg-config python-devel 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>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
checksum=886fbca71710b9fcf168ffcae47f05a6c3ff3392cf951f4cb1f949851c04f9ed
|
homepage="http://tdb.samba.org/"
|
||||||
|
distfiles="http://samba.org/ftp/tdb/tdb-$version.tar.gz"
|
||||||
|
checksum=678c1d7e99a29a8d29669fdc76fdfd2f44d7fad2e362b40cd93deceb181b8b6e
|
||||||
long_desc="
|
long_desc="
|
||||||
This is a simple database API. It is modelled after the structure of GDBM.
|
This is a simple database API. It is modelled after the structure of GDBM.
|
||||||
TDB features, unlike GDBM, multiple writers support with appropriate locking
|
TDB features, unlike GDBM, multiple writers support with appropriate locking
|
||||||
and transactions."
|
and transactions."
|
||||||
|
|
||||||
subpackages="libtdb tdb-devel tdb-python"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue