mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
libiodbc: bump version
* enable x86_64 arch
This commit is contained in:
68
dev-libs/libiodbc/libiodbc-3.52.12.recipe
Normal file
68
dev-libs/libiodbc/libiodbc-3.52.12.recipe
Normal file
@@ -0,0 +1,68 @@
|
||||
SUMMARY="Independent Open DataBase Connectivity"
|
||||
DESCRIPTION="iODBC is the acronym for Independent Open DataBase Connectivity, \
|
||||
an Open Source platform independent implementation of both the ODBC \
|
||||
and X/Open specifications. It is rapidly emerging as the industry standard \
|
||||
for developing solutions that are language, platform and database independent."
|
||||
HOMEPAGE="http://www.iodbc.org"
|
||||
COPYRIGHT="1995 Ke Jin
|
||||
1996-2014 OpenLink Software"
|
||||
LICENSE="GNU LGPL v2
|
||||
BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://sf.net/projects/iodbc/files/iodbc/$portVersion/libiodbc-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="51c5ff3a7d9a54202486cb77a3514e0e379a135beefcd5d12b96d1901f9dfb62"
|
||||
PATCHES="libiodbc-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
libiodbc$secondaryArchSuffix = $portVersion
|
||||
cmd:iodbctest$secondaryArchSuffix = $portVersion
|
||||
cmd:iodbctestw$secondaryArchSuffix = $portVersion
|
||||
lib:libiodbc$secondaryArchSuffix = $portVersion
|
||||
lib:libiodbcinst$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libiodbc${secondaryArchSuffix}_devel = $portVersion
|
||||
cmd:iodbc_config$secondaryArchSuffix = $portVersion
|
||||
devel:libiodbc$secondaryArchSuffix = $portVersion
|
||||
devel:libiodbcinst$secondaryArchSuffix = $portVersion
|
||||
devel:libodbc$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libiodbc$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:awk
|
||||
cmd:find
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --with-iodbc-inidir=$settingsDir/etc
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs libiodbc \
|
||||
libiodbcinst \
|
||||
libodbc
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel \
|
||||
$binDir/iodbc-config \
|
||||
$developDir \
|
||||
$dataDir
|
||||
}
|
||||
Reference in New Issue
Block a user