mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
19 lines
411 B
Plaintext
19 lines
411 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
|
|
}
|