mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
46
sys-devel/automake/automake-1.11.1.recipe
Normal file
46
sys-devel/automake/automake-1.11.1.recipe
Normal file
@@ -0,0 +1,46 @@
|
||||
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."
|
||||
Reference in New Issue
Block a user