* one more round of requirements shuffling, the base packages seem to

be declared properly, now
* improve formatting of recipe files for better readability and better
  compatibility with showing diffs (when moving specification lines)
* add/improve DESCRIPTION where it was just a copy of SUMMARY
This commit is contained in:
Oliver Tappe
2013-04-13 14:55:49 +00:00
parent 5a00b8acf0
commit 2fb46053f1
11 changed files with 286 additions and 128 deletions

View File

@@ -1,34 +1,44 @@
SUMMARY="A GNU tool for automatically configuring source code"
DESCRIPTION="GNU Autoconf is a tool for configuring source code and makefiles. Using
SUMMARY="A tool for automatically configuring source code"
DESCRIPTION="
GNU Autoconf is a tool for configuring source code and makefiles. Using
autoconf, programmers can create portable and configurable packages,
because the person building the package is allowed to specify various
configuration options."
configuration options.
"
HOMEPAGE="http://www.gnu.org/software/autoconf/"
SRC_URI="http://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.bz2"
CHECKSUM_MD5="864d785215aa60d627c91fcb21b05b07"
REVISION="3"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="autoconf = $portVersion compat >= 2.60
PROVIDES="
autoconf = $portVersion compat >= 2.60
cmd:autoconf = $portVersion compat >= 2.60
cmd:autoheader = $portVersion compat >= 2.60
cmd:autom4te = $portVersion compat >= 2.60
cmd:autoreconf = $portVersion compat >= 2.60
cmd:autoscan = $portVersion compat >= 2.60
cmd:autoupdate = $portVersion compat >= 2.60
cmd:ifnames = $portVersion compat >= 2.60"
REQUIRES="haiku >= $haikuVersion
cmd:ifnames = $portVersion compat >= 2.60
"
REQUIRES="
haiku >= $haikuVersion
cmd:awk
coreutils
diffutils
cmd:m4 >= 1.4
cmd:perl >= 5
cmd:sh"
BUILD_REQUIRES="cmd:automake >= 1.11
cmd:sed"
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
cmd:sh
"
BUILD_REQUIRES="
cmd:automake >= 1.11
cmd:sed
"
BUILD_PREREQUIRES="
haiku-devel >= $haikuVersion
cmd:autoreconf >= 2.60
cmd:make"
cmd:make
"
SOURCE_DIR="$portVersionedName"
BUILD_PACKAGE_ACTIVATION_PHASE="INSTALL"