Files
haikuports/sys-devel/automake/automake-1.13.1.recipe
Jonathan Schleifer 71862950aa automake: Add checksums
2014-03-25 21:59:19 +01:00

67 lines
1.5 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/"
COPYRIGHT="2013 Free Software Foundation, Inc."
LICENSE="GNU GPL v2"
SRC_URI="http://ftp.gnu.org/gnu/automake/automake-1.13.1.tar.gz"
CHECKSUM_SIZE="2145853"
CHECKSUM_MD5="78a0ef8216b0556b44508e7b5b0c0847"
CHECKSUM_RMD160="317a22cdef3f4353b29afc6797cda0698fae41dc"
CHECKSUM_SHA512="768c1171312a3aec50a370166c6901248703948f4281c4c5545162bf5a193ef1f924928594bb7d29cf8e3b7680dc733eaaab2ff9c6e2cf54987fe5082aefb60d"
REVISION="4"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
automake = $portVersion compat >= 1.13
cmd:automake = $portVersion compat >= 1.13
cmd:automake_1.13 = $portVersion compat >= 1.13
cmd:aclocal = $portVersion compat >= 1.13
cmd:aclocal_1.13 = $portVersion compat >= 1.13
"
REQUIRES="
haiku >= $haikuVersion
cmd:awk
coreutils
diffutils
cmd:m4 >= 1.4
cmd:perl >= 5.8
cmd:sh
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:autoconf >= 2.60
cmd:gcc
cmd:ld
cmd:make
cmd:makeinfo
cmd:perl >= 5.8
cmd:sed
"
BUILD()
{
./bootstrap.sh
PERL="/bin/env perl" runConfigure ./configure
make $jobArgs
}
INSTALL()
{
make install
make install-html
}
TEST()
{
make check
}