libpaper, disable static library (#7724)

This commit is contained in:
Schrijvers Luc
2023-01-04 18:49:54 +01:00
committed by GitHub
parent a86aef4bb9
commit 934b1fe63a

View File

@@ -5,7 +5,7 @@ HOMEPAGE="http://packages.debian.org/unstable/source/libpaper"
COPYRIGHT="1996 Yves Arrouye
2000 Adrian Bunk"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
#SOURCE_URI="http://httpredir.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.24.tar.gz"
SOURCE_URI="https://www.mirrorservice.org/sites/distfiles.macports.org/libpaper/libpaper_1.1.24.tar.gz"
CHECKSUM_SHA256="38ac28114673d4b175a939d981e0477a0ed9bcaab27033522ecb2ca78ee90c7e"
@@ -55,13 +55,17 @@ BUILD()
touch NEWS
touch AUTHORS
automake --add-missing
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}
INSTALL()
{
make install
# remove libtool file
rm $libDir/libpaper.la
prepareInstalledDevelLibs \
libpaper