More recipe cosmetics.

Mainly inproved SUMMARY/DESCRIPTION and re-ordering of blocks.
This commit is contained in:
Humdinger
2015-08-25 17:44:40 +02:00
parent 44defae7e2
commit 4a6f4a8774
14 changed files with 163 additions and 183 deletions

View File

@@ -1,23 +1,21 @@
SUMMARY="Helper tool for compiling applications and libraries"
DESCRIPTION="
pkg-config is a helper tool used when compiling applications and libraries. It \
helps you insert the correct compiler options on the command line so an \
application can use gcc -o test test.cpkg-config --libs --cflags glib-2.0 for \
instance, rather than hard-coding values on where to find glib (or other \
libraries). It is language-agnostic, so it can be used for defining the \
location of documentation tools, for instance.
"
DESCRIPTION="pkg-config helps you insert the correct compiler options on the \
command line so an application can use 'gcc -o test test.cpkg-config --libs \
--cflags glib-2.0' for instance, rather than hard-coding values on where to \
find glib (or other libraries). It is language-agnostic, so it can be used \
for defining the location of documentation tools, for instance."
HOMEPAGE="http://pkg-config.freedesktop.org/wiki/"
LICENSE="GNU GPL v2"
COPYRIGHT="1998, 2001-2006 Red Hat Inc."
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="http://pkgconfig.freedesktop.org/releases/pkg-config-0.27.1.tar.gz"
CHECKSUM_SHA256="4f63d0df3035101b12949250da5231af49e3c3afcd8fb18554fa7c3cb92d8c17"
REVISION="2"
SOURCE_DIR="pkg-config-0.27.1"
PATCHES="pkgconfig-0.27.1.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="pkgconfig-0.27.1.patchset"
PROVIDES="
pkgconfig$secondaryArchSuffix = $portVersion compat >= 0.27
cmd:pkg_config$secondaryArchSuffix = $portVersion compat >= 0.27
@@ -26,11 +24,12 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libiconv$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:aclocal
cmd:autoconf
cmd:automake
@@ -44,8 +43,6 @@ BUILD_PREREQUIRES="
cmd:xargs
"
SOURCE_DIR="pkg-config-0.27.1"
BUILD()
{
cd glib

View File

@@ -1,10 +1,9 @@
SUMMARY="Helper tool for compiling applications and libraries"
DESCRIPTION="pkg-config is a helper tool used when compiling applications and libraries. It \
helps you insert the correct compiler options on the command line so an \
application can use gcc -o test test.cpkg-config --libs --cflags glib-2.0 for \
instance, rather than hard-coding values on where to find glib (or other \
libraries). It is language-agnostic, so it can be used for defining the \
location of documentation tools, for instance."
DESCRIPTION="pkg-config helps you insert the correct compiler options on the \
command line so an application can use 'gcc -o test test.cpkg-config --libs \
--cflags glib-2.0' for instance, rather than hard-coding values on where to \
find glib (or other libraries). It is language-agnostic, so it can be used \
for defining the location of documentation tools, for instance."
HOMEPAGE="http://pkg-config.freedesktop.org/wiki/"
COPYRIGHT="1998, 2001-2006 Red Hat Inc."
LICENSE="GNU GPL v2"
@@ -13,8 +12,6 @@ SOURCE_URI="http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz"
CHECKSUM_SHA256="6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845"
SOURCE_DIR="pkg-config-0.28"
PATCHES="pkgconfig-0.28.patch"
STATUS_HAIKU="stable"
DEPEND=""
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -27,11 +24,12 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libiconv$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:aclocal
cmd:autoconf
cmd:automake