mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 07:40:07 +02:00
21 lines
485 B
Plaintext
21 lines
485 B
Plaintext
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
|
|
}
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="1986-2006 Free Software Foundation, Inc."
|