mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
pdflib: SONAME is libpdf.so.2.
(cherry picked from commit 08d3ada0a0b343090ee41185bc71fad7ec463f2d)
This commit is contained in:
@@ -11,12 +11,12 @@ software."
|
||||
HOMEPAGE="https://www.pdflib.com/"
|
||||
COPYRIGHT="PDFlib GmbH"
|
||||
LICENSE="PDFlib 5"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://download.polytechnic.edu.na/pub2/openpkg1/sources/DST/pdflib/PDFlib-Lite-5.0.3-Unix-src.tar.gz"
|
||||
CHECKSUM_SHA256="4908d84c7836cd11677c48df8d9a0bdf0021a358853804621663458fc0c94077"
|
||||
SOURCE_DIR="PDFlib-Lite-$portVersion-Unix-src"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
|
||||
# no devel package, due to licensing
|
||||
PROVIDES="
|
||||
@@ -64,7 +64,8 @@ INSTALL()
|
||||
make install || true
|
||||
|
||||
mkdir -p $libDir
|
||||
cp "./libs/pdflib/.libs/libpdf.so" $libDir/libpdf.so
|
||||
cp "./libs/pdflib/.libs/libpdf.so" $libDir/libpdf.so.2
|
||||
ln -srf $libDir/libpdf.so.2 $libDir/libpdf.so
|
||||
|
||||
# documentation & examples -- we must include these due to licensing
|
||||
mkdir -p $docDir/
|
||||
|
||||
Reference in New Issue
Block a user