mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Improved SUMMARY/DESCRIPTION and re-ordered blocks
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
SUMMARY="A powerful, open source object-relational database system"
|
||||
DESCRIPTION="PostgreSQL is a powerful, open source object-relational database \
|
||||
system. It has more than 15 years of active development and a proven \
|
||||
architecture that has earned it a strong reputation for reliability, data \
|
||||
integrity, and correctness.
|
||||
SUMMARY="A powerful object-relational database system"
|
||||
DESCRIPTION="PostgreSQL has more than 15 years of active development and a \
|
||||
proven architecture that has earned it a strong reputation for reliability, \
|
||||
data integrity, and correctness.
|
||||
|
||||
* It runs on all major operating systems, including Linux, UNIX (AIX, BSD, \
|
||||
HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows.
|
||||
@@ -15,13 +14,14 @@ video.
|
||||
* It has native programming interfaces for C/C++, Java, .Net, Perl, Python, \
|
||||
Ruby, Tcl, ODBC, among others, and exceptional documentation."
|
||||
HOMEPAGE="http://www.postgresql.org/"
|
||||
LICENSE="PostgreSQL"
|
||||
COPYRIGHT="1996-2014 PostgreSQL Global Development Group"
|
||||
LICENSE="PostgreSQL"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://ftp.postgresql.org/pub/source/v$portVersion/postgresql-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="14176ffb1f90a189e7626214365be08ea2bfc26f26994bafb4235be314b9b4b0"
|
||||
SOURCE_DIR="postgresql-$portVersion"
|
||||
PATCHES="postgresql-$portVersion.patchset"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
@@ -65,17 +65,7 @@ BUILD_REQUIRES="
|
||||
devel:libreadline$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:aclocal
|
||||
cmd:awk
|
||||
cmd:bison
|
||||
cmd:flex
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
postgresql${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libpgport$secondaryArchSuffix = $portVersion
|
||||
@@ -89,6 +79,18 @@ REQUIRES_devel="
|
||||
postgresql${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:aclocal
|
||||
cmd:awk
|
||||
cmd:bison
|
||||
cmd:flex
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
|
||||
Reference in New Issue
Block a user