Added TEST sections to m4 1.4.14 and 1.4.15. Niether one is very stable and 1.4.15 doesn't even build cleanly yet.

This commit is contained in:
Scott McCreary
2010-10-15 23:16:45 +00:00
parent 2904fd6972
commit 8a8dbb812f
2 changed files with 17 additions and 7 deletions

View File

@@ -5,16 +5,22 @@ CHECKSUM_MD5="f0542d58f94c7d0ce0d01224e447be66"
REVISION="1"
STATUS_HAIKU="unstable"
DEPEND=""
BUILD {
cd m4-1.4.14
./configure --prefix=/boot/common --enable-changeword
make
}
MESSAGE="This is crappy software. It really is."
INSTALL {
cd m4-1.4.14
make install
# make check
}
TEST {
cd m4-1.4.14
makecheck
}
LICENSE="GNU GPL v3"
COPYRIGHT="2000, 2005-2010 Free Software Foundation, Inc."

View File

@@ -3,8 +3,9 @@ HOMEPAGE="http://www.gnu.org/software/m4/"
SRC_URI="http://ftp.gnu.org/gnu/m4/m4-1.4.15.tar.gz"
CHECKSUM_MD5="5649a2e593b6c639deae9e72ede777dd"
REVISION="1"
STATUS_HAIKU="stable"
STATUS_HAIKU="broken"
DEPEND=""
BUILD {
cd m4-1.4.15
echo "AC_CONFIG_MACRO_DIR([m4])" >> configure.ac
@@ -14,16 +15,19 @@ BUILD {
libtoolize --force --copy --install
aclocal -I m4
autoreconf
# autoconf
# autoheader
# automake
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-changeword
make
}
INSTALL {
cd m4-1.4.15
make install
# make check
}
TEST {
cd m4-1.4.15
make check
}
LICENSE="GNU GPL v3"
COPYRIGHT="2000, 2005-2010 Free Software Foundation, Inc."