mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
38
sys-devel/m4/m4-1.4.16.recipe
Normal file
38
sys-devel/m4/m4-1.4.16.recipe
Normal file
@@ -0,0 +1,38 @@
|
||||
SUMMARY="m4 - GNU macro processor"
|
||||
DESCRIPTION="m4 - GNU macro processor."
|
||||
HOMEPAGE="http://www.gnu.org/software/m4/"
|
||||
SRC_URI="http://ftp.gnu.org/gnu/m4/m4-1.4.16.tar.gz"
|
||||
CHECKSUM_MD5="a5dfb4f2b7370e9d34293d23fd09b280"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
|
||||
PROVIDES="m4 = $portVersion compat >= 1.4
|
||||
cmd:m4 = $portVersion compat >= 1.4"
|
||||
REQUIRES="haiku >= $haikuVersion"
|
||||
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:make"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./configure $configureDirArgs \
|
||||
--disable-rpath --with-gnu-ld \
|
||||
--enable-changeword
|
||||
make -j$jobs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2000, 2005-2011 Free Software Foundation, Inc."
|
||||
Reference in New Issue
Block a user