Files
haikuports/dev-libs/gnulib/gnulib-9999.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

25 lines
458 B
Plaintext

DESCRIPTION="Gnulib is a library of common routines intended to be shared at the source level"
HOMEPAGE="http://www.gnu.org/software/gnulib"
SRC_URI="git+git://git.savannah.gnu.org/gnulib.git"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
#CHECKSUM_MD5=""
BUILD()
{
echo "gnulib isn't meant to be built."
}
INSTALL()
{
echo "gnulib isn't meant to be installed."
}
TEST()
{
make check
}
LICENSE="GNULIB"
COPYRIGHT="1985-2011 Free Software Foundation."