Updated bep files for gettext, libtool and bison to put "make check" into the TEST section.

This commit is contained in:
Scott McCreary
2010-10-11 23:34:13 +00:00
parent 13bb1c11b3
commit 5b1b9120e1
3 changed files with 17 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ DESCRIPTION="bison - A yacc-compatible parser generator"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
SRC_URI="http://ftp.gnu.org/gnu/bison/bison-2.4.1.tar.gz"
CHECKSUM_MD5="c58aa1da418dc9704070872489e89bf5"
REVISION="1"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
@@ -14,7 +14,12 @@ BUILD {
INSTALL {
cd bison-2.4.1
make install
}
TEST {
cd bison-2.4.1
make check
}
LICENSE="GNU GPL v3"
COPYRIGHT="1992-2008 Free Software Foundation, Inc."

View File

@@ -37,5 +37,11 @@ INSTALL {
cd gettext-0.17
make install
}
TEST {
cd gettext-0.17
make check
}
LICENSE="GNU GPL v2"
COPYRIGHT="1998, 2009 Free Software Foundation, Inc."

View File

@@ -15,7 +15,12 @@ BUILD {
INSTALL {
cd libtool-2.4
make install
}
TEST {
cd libtool-2.4
make check
}
LICENSE="GNU GPL v2"
COPYRIGHT="2004-2010 Free Software Foundation, Inc."