iup-stack-solus/pdflib/package.yml

25 lines
1.4 KiB
YAML
Raw Normal View History

2023-08-01 18:34:01 +00:00
name : pdflib
2022-12-29 18:07:43 +00:00
version : 7.0.5
release : 1
source :
- https://sourceforge.net/projects/canvasdraw/files/5.14/Docs%20and%20Sources/pdflib_lite-7.0.5_Sources.tar.gz : cecca665d5c17e410dc3a1f29bd26883b7905ceab171b1b2a8f5f57a31b51ba5
2023-02-04 10:45:22 +00:00
homepage : https://www.pdflib.com/
license : EULA PDFlib-Lite
component : multimedia.library
summary : A library for generating PDF on the fly
2022-12-29 18:07:43 +00:00
description: |
PDFlib is a well-established developer component for generating and manipulating PDF documents. PDFlib's main targets are dynamic PDF creation on a Web server and PDF creation in any kind of server, desktop or mobile application. You can use PDFlib to dynamically create PDF documents from database contents, similar to dynamic Web pages. Since 1997 PDFlib has proven itself in a wide range of use cases and development environments. Application programmers use PDFlib to create PDF output with text, images, graphics and interactive elements.
2022-12-29 18:07:43 +00:00
builddeps :
- lsb-release
2023-08-01 18:34:01 +00:00
setup : |
%patch -p1 < $pkgfiles/0001-shared-links.patch
2022-12-29 18:07:43 +00:00
build : |
%make
install : |
2023-08-01 18:34:01 +00:00
install -dm00755 $installdir/usr/{lib64/pkgconfig,include}
install -m00644 $pkgfiles/*.pc $installdir/usr/lib64/pkgconfig
rm lib/Linux63_64/*.a
chmod 00755 lib/Linux63_64/*
mv lib/Linux63_64/* $installdir/usr/lib64/
install -m00644 include/* $installdir/usr/include/