mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
autoconf: code style.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user