From 5cdfc64d2d775800d671e929c0167c8670550486 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 6 Aug 2023 16:49:39 +0000 Subject: [PATCH] t1utils, bump version (#9158) --- .../{t1utils-1.41.recipe => t1utils-1.42.recipe} | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) rename app-text/t1utils/{t1utils-1.41.recipe => t1utils-1.42.recipe} (88%) diff --git a/app-text/t1utils/t1utils-1.41.recipe b/app-text/t1utils/t1utils-1.42.recipe similarity index 88% rename from app-text/t1utils/t1utils-1.41.recipe rename to app-text/t1utils/t1utils-1.42.recipe index 764de3353..261a38f81 100644 --- a/app-text/t1utils/t1utils-1.41.recipe +++ b/app-text/t1utils/t1utils-1.42.recipe @@ -12,7 +12,7 @@ COPYRIGHT="1992 by I. Lee Hetherington, all rights reserved. LICENSE="Click License" REVISION="1" SOURCE_URI="https://www.lcdf.org/~eddietwo/type/t1utils-$portVersion.tar.gz" -CHECKSUM_SHA256="fc5edd7e829902b3b685886382fed690d533681c0ab218a387c9e47606623427" +CHECKSUM_SHA256="61877935b1987044ddff4bb90a05200ca7164678a355e170bf5f1a5556cc9f29" ARCHITECTURES="all" @@ -33,6 +33,8 @@ BUILD_REQUIRES=" haiku_devel " BUILD_PREREQUIRES=" + cmd:aclocal + cmd:autoconf cmd:awk cmd:gcc cmd:ld @@ -41,6 +43,7 @@ BUILD_PREREQUIRES=" BUILD() { + autoreconf -vfi runConfigure ./configure make $jobArgs } @@ -49,3 +52,8 @@ INSTALL() { make install } + +TEST() +{ + make check +}