mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
t1utils: cleanup, add debuginfo package
This commit is contained in:
@@ -10,7 +10,7 @@ HOMEPAGE="https://lcdf.org/type/#t1utils"
|
||||
COPYRIGHT="1992 by I. Lee Hetherington, all rights reserved.
|
||||
1998-2017 Eddie Kohler"
|
||||
LICENSE="Click License"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://lcdf.org/type/t1utils-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="61877935b1987044ddff4bb90a05200ca7164678a355e170bf5f1a5556cc9f29"
|
||||
|
||||
@@ -41,9 +41,17 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
defineDebugInfoPackage t1utils \
|
||||
$binDir/t1ascii \
|
||||
$binDir/t1asm \
|
||||
$binDir/t1binary \
|
||||
$binDir/t1disasm \
|
||||
$binDir/t1mac \
|
||||
$binDir/t1unmac
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
@@ -52,8 +60,3 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user