primegen, don't install static library (#8454)

This commit is contained in:
Schrijvers Luc
2023-04-19 15:42:17 +02:00
committed by GitHub
parent 3cb4595f32
commit 2ef6c25ed4

View File

@@ -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