mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
gdbm: bump to version 1.26, remove autoreconf
autoreconf is not needed, this fixes the autopoint issue. Move the man3 man page to the devel package.
This commit is contained in:
@@ -4,11 +4,11 @@ hashing andworks similar to the standard UNIX dbm routines. The library \
|
||||
provides also an optional compatibility layer for UNIX-like \
|
||||
dbm and ndbm calls."
|
||||
HOMEPAGE="https://www.gnu.org.ua/software/gdbm/"
|
||||
COPYRIGHT="2011, 2016-2017 Free Software Foundation, Inc."
|
||||
COPYRIGHT="2011-2025 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.gnu.org/gnu/gdbm/gdbm-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="74b1081d21fff13ae4bd7c16e5d6e504a4c26f7cde1dca0d963a484174bbcacd"
|
||||
CHECKSUM_SHA256="6a24504a14de4a744103dcb936be976df6fbe88ccff26065e54c1c47946f4a5e"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -83,7 +83,6 @@ defineDebugInfoPackage gdbm$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir \
|
||||
--enable-libgdbm-compat \
|
||||
@@ -103,7 +102,8 @@ INSTALL()
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
$developDir \
|
||||
$manDir/man3
|
||||
|
||||
# tools package
|
||||
packageEntries tools \
|
||||
Reference in New Issue
Block a user