iup-stack-solus/libpdflib/package.yml

24 lines
1.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name : libpdflib
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
homepage : https://www.pdflib.com/
license : EULA PDFlib-Lite
component : multimedia.library
summary : A library for generating PDF on the fly
description: |
PDFlib is a well-established developer component for generating and manipulating PDF documents. PDFlibs 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.
builddeps :
- lsb-release
patterns :
- /usr/lib64/*.so
- devel :
- /usr/include
build : |
%make
install : |
install -Dm00755 lib/Linux61_64/libpdflib.so $installdir/usr/lib64/libpdflib.so
install -dm00755 $installdir/usr/include
install -m00755 include/* $installdir/usr/include/