From 2ef6c25ed4ac083830fd277387b0c3e39b199943 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 19 Apr 2023 15:42:17 +0200 Subject: [PATCH] primegen, don't install static library (#8454) --- sci-libs/primegen/primegen-0.97.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/primegen/primegen-0.97.recipe b/sci-libs/primegen/primegen-0.97.recipe index e2397a205..0880293b0 100644 --- a/sci-libs/primegen/primegen-0.97.recipe +++ b/sci-libs/primegen/primegen-0.97.recipe @@ -8,7 +8,7 @@ traditional Sieve of Eratosthenes." HOMEPAGE="https://cr.yp.to/primegen.html" COPYRIGHT="1999, D. J. Bernstein" LICENSE="Public Domain" -REVISION="2" +REVISION="3" SOURCE_URI="https://cr.yp.to/primegen/primegen-$portVersion.tar.gz" CHECKSUM_SHA256="54285baf8eed9e421ff2220a2112d38cfb20c1ebef6014ef3f0004c22c95f40d" PATCHES="primegen-$portVersion.patchset" @@ -61,8 +61,8 @@ INSTALL() install -t $manDir/man1 primegaps.1 primes.1 primespeed.1 install -t $manDir/man3 primegen.3 install -t $includeDir/primegen primegen.h uint32.h uint64.h - install -T primegen.a $developLibDir/libprimegen.a install -T primegen.so $libDir/libprimegen.so + prepareInstalledDevelLib libprimegen fixPkgconfig