mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libpaper, disable static library (#7724)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user