Adding initial versions of idutils, patchutils, groff, and man.

This commit is contained in:
Chris Roberts
2009-12-29 23:30:11 +00:00
parent 1692e94529
commit b72f37da9a
10 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
DESCRIPTION="Fast, high-capacity, identifier database tool."
HOMEPAGE="http://www.gnu.org/software/idutils/"
SRC_URI="http://ftp.gnu.org/gnu/idutils/idutils-cvs.tar.gz"
CHECKSUM_MD5="75cd31c5401c329cdefc272c60c83422"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd idutils-cvs
libtoolize --force --copy --install
./configure --prefix=/boot/common
make
}
INSTALL {
cd idutils-cvs
make install
}

View File

@@ -0,0 +1,18 @@
DESCRIPTION="Fast, high-capacity, identifier database tool."
HOMEPAGE="http://www.gnu.org/software/idutils/"
SRC_URI="http://ftp.gnu.org/gnu/idutils/idutils-4.2.tar.gz"
CHECKSUM_MD5="4bbd2cb0d566ab29e41088cc028ad710"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd idutils-4.2
libtoolize --force --copy --install
./configure --prefix=/boot/common
make
}
INSTALL {
cd idutils-4.2
make install
}

View File

@@ -0,0 +1,5 @@
Package: idutils
Version: 4.2
Copyright: 1986-2006, Free Software Foundation
License: GPL v2
URL: http://www.gnu.org/software/idutils/