Files
haikuports/sys-devel/automake/automake-1.11.1.bep
Ingo Weinhold 8f13d28af6 Update the packages required for bootstrapping
* Also declare a resolvable named like the package, even if
  similarly named cmd:* resolvable is declared.
* Add cmd: namespace to resolvables in [BUILD_[PRE]]REQUIRES
  where appropriate. For some reason I thought that didn't
  work (resulting in an error building the package), but
  apparently I was mistaken.
* A few smaller fixes in [BUILD_[PRE]]REQUIRES.
2013-03-27 23:31:02 +00:00

44 lines
1.1 KiB
Plaintext

SUMMARY="A tool for generating 'Makefile.in' from 'Makefile.am'"
DESCRIPTION="Automake is a tool for automatically generating 'Makefile.in' files
from 'Makefile.am' files. 'Makefile.am' is a series of 'make' macro
definitions (with rules occasionally thrown in). The generated
'Makefile.in' files are compatible with the GNU Makefile standards."
HOMEPAGE="http://www.gnu.org/software/automake/"
SRC_URI="http://ftp.gnu.org/gnu/automake/automake-1.11.1.tar.gz"
CHECKSUM_MD5="4ee7f0ff5f0e467d58b6bd5da96b1c74"
REVISION="2"
STATUS_HAIKU="stable"
PROVIDES="automake = $portVersion compat >= 1.11
cmd:automake = $portVersion compat >= 1.11
cmd:automake-1.11 = $portVersion compat >= 1.11
cmd:aclocal = $portVersion compat >= 1.11
cmd:aclocal-1.11 = $portVersion compat >= 1.11"
REQUIRES="haiku >= $haikuVersion
cmd:awk
coreutils
diffutils
cmd:m4 >= 1.4
cmd:perl >= 5
cmd:sh"
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
cmd:make"
SOURCE_DIR="$portVersionedName"
BUILD {
PERL="/bin/env perl" ./configure $configureDirArgs
make -j$jobs
}
INSTALL {
make install
}
TEST {
make check
}
LICENSE="GNU GPL v2"
COPYRIGHT="2009 Free Software Foundation, Inc."