Recipe cosmetics, impoved SUMMARY/DESCRIPTION, re-ordered blocks.

This commit is contained in:
Humdinger
2015-09-01 17:28:44 +02:00
parent 493b923034
commit f08bc2f6be
6 changed files with 119 additions and 135 deletions

View File

@@ -1,25 +1,23 @@
SUMMARY="A high-performance asynchronous HTTP client library"
DESCRIPTION="
The serf library is a C-based HTTP client library built upon the Apache \
Portable Runtime (APR) library. It multiplexes connections, running the \
read/write communication asynchronously. Memory copies and transformations are \
kept to a minimum to provide high performance operation.
"
DESCRIPTION="The serf library is a C-based HTTP client library built upon the \
Apache Portable Runtime (APR) library. It multiplexes connections, running \
the read/write communication asynchronously. Memory copies and \
transformations are kept to a minimum to provide high performance operation."
HOMEPAGE="http://code.google.com/p/serf/"
LICENSE="Apache v2"
COPYRIGHT="2002-2013 Justin Erenkrantz and Greg Stein"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="http://serf.googlecode.com/svn/src_releases/serf-$portVersion.tar.bz2"
CHECKSUM_SHA256="e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590"
REVISION="1"
PATCHES="serf-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="serf-$portVersion.patchset"
PROVIDES="
serf$secondaryArchSuffix = $portVersion
lib:libserf_1$secondaryArchSuffix = 1.3.0 compat >= 1
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
@@ -31,6 +29,17 @@ REQUIRES="
lib:libexpat$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
"
PROVIDES_devel="
serf${secondaryArchSuffix}_devel = $portVersion
devel:libserf_1$secondaryArchSuffix = 1.3.0 compat >= 1
"
REQUIRES_devel="
serf$secondaryArchSuffix == $portVersion base
devel:libapr_1$secondaryArchSuffix
devel:libaprutil_1$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libssl$secondaryArchSuffix
@@ -47,6 +56,7 @@ BUILD_PREREQUIRES="
#cmd:make
cmd:scons >= 2.3
"
BUILD()
{
scons $jobArgs OPENSSL=$portPackageLinksDir/devel~libssl$secondaryArchSuffix \
@@ -82,15 +92,3 @@ INSTALL()
# devel package
packageEntries devel $developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
serf${secondaryArchSuffix}_devel = $portVersion
devel:libserf_1$secondaryArchSuffix = 1.3.0 compat >= 1
"
REQUIRES_devel="
serf$secondaryArchSuffix == $portVersion base
devel:libapr_1$secondaryArchSuffix
devel:libaprutil_1$secondaryArchSuffix
"