gdbm: enable libgdbm compatibility library, related revbumps
This commit is contained in:
parent
708a4b69e2
commit
4428193554
4 changed files with 5 additions and 1 deletions
|
@ -170,6 +170,7 @@ libopcodes-2.21.so binutils binutils-devel
|
|||
libdb-4.8.so libdb db-devel
|
||||
libdb_cxx-4.8.so libdb db-devel
|
||||
libgdbm.so.4 gdbm gdbm-devel
|
||||
libgdbm_compat.so.4 gdbm gdbm-devel
|
||||
libgettextsrc-0.18.1.so gettext-libs gettext-devel
|
||||
libgettextlib-0.18.1.so gettext-libs gettext-devel
|
||||
libgettextpo.so.0 gettext-libs gettext-devel
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
# Template file for 'gdbm'
|
||||
pkgname=gdbm
|
||||
version=1.10
|
||||
revision=1
|
||||
homepage="http://www.gnu.org.ua/software/gdbm/"
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libgdbm-compat"
|
||||
short_desc="GNU database routines"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
|
|
|
@ -8,3 +8,4 @@ libc.so.6
|
|||
libdb-4.8.so
|
||||
librt.so.1
|
||||
libgdbm.so.4
|
||||
libgdbm_compat.so.4
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=perl
|
||||
version=5.14.2
|
||||
distfiles="http://www.cpan.org/src/5.0/$pkgname-$version.tar.bz2"
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Practical Extraction and Report Language"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.perl.org"
|
||||
|
|
Loading…
Reference in a new issue