mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
25 lines
458 B
Plaintext
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."
|