mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libtommath, remove static library (#7713)
This commit is contained in:
@@ -4,11 +4,11 @@ multiple-precision integer library written entirely in C."
|
||||
HOMEPAGE="https://www.libtom.net/"
|
||||
COPYRIGHT="2010 Tom St. Denis"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/libtom/libtommath/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f3c20ab5df600d8d89e054d096c116417197827d12732e678525667aa724e30f"
|
||||
|
||||
ARCHITECTURES="all ?x86_gcc2 ?x86"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -52,7 +52,7 @@ INSTALL()
|
||||
export INCPATH=$includeDir
|
||||
make -f makefile.shared install
|
||||
|
||||
rm $libDir/libtommath.la
|
||||
rm $libDir/libtommath.{a,la}
|
||||
|
||||
prepareInstalledDevelLibs libtommath
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user