mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Updated bep files for gettext, libtool and bison to put "make check" into the TEST section.
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user