autoconf: code style.

This commit is contained in:
Jerome Duval
2018-08-07 10:37:22 +02:00
parent 3ef5b9655d
commit 0c8e42333a
2 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,8 @@ LICENSE="GNU GPL v2
REVISION="8"
SOURCE_URI="http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz"
CHECKSUM_SHA256="954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969"
PATCHES='autoconf-2.69.patchset'
PATCHES="autoconf-2.69.patchset"
BUILD_PACKAGE_ACTIVATION_PHASE="INSTALL"
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
@@ -46,8 +47,6 @@ BUILD_PREREQUIRES="
cmd:sed
"
BUILD_PACKAGE_ACTIVATION_PHASE=INSTALL
BUILD()
{
# make sure that the build system doesn't try to update the manpages,

View File

@@ -6,15 +6,17 @@ the person building the package is allowed to specify various configuration \
options.
"
HOMEPAGE="http://www.gnu.org/software/autoconf/"
SOURCE_URI="http://ftp.gnu.org/gnu/autoconf/autoconf-$portVersion.tar.bz2"
CHECKSUM_SHA256="872f4cadf12e7e7c8a2414e047fdff26b517c7f1a977d72433c124d0d3acaa85"
SOURCE_DIR="autoconf-$portVersion"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86 x86_64"
COPYRIGHT="1992-2010 Free Software Foundation, Inc."
LICENSE="
GNU GPL v2
GNU GPL v3"
COPYRIGHT="1992-2010 Free Software Foundation, Inc."
REVISION="2"
SOURCE_URI="http://ftp.gnu.org/gnu/autoconf/autoconf-$portVersion.tar.bz2"
CHECKSUM_SHA256="872f4cadf12e7e7c8a2414e047fdff26b517c7f1a977d72433c124d0d3acaa85"
SOURCE_DIR="autoconf-$portVersion"
BUILD_PACKAGE_ACTIVATION_PHASE="INSTALL"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
autoconf264 = $portVersion compat >= 2.60
@@ -35,6 +37,7 @@ REQUIRES="
cmd:perl >= 5
cmd:sh
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
@@ -46,8 +49,6 @@ BUILD_PREREQUIRES="
cmd:makeinfo
"
BUILD_PACKAGE_ACTIVATION_PHASE=INSTALL
BUILD()
{
autoreconf