Initial add of gnulib bep file, needs testing still.

This commit is contained in:
Scott McCreary
2010-12-01 01:06:27 +00:00
parent eca3446c2d
commit 81d76c9900

View File

@@ -0,0 +1,23 @@
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="broken"
DEPEND=""
#CHECKSUM_MD5=""
BUILD {
cd gnulib
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
echo "gnulib isn't meant to be installed."
}
TEST {
make check
}
#LICENSE=""
#COPYRIGHT=""