23 lines
719 B
YAML
23 lines
719 B
YAML
|
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
|
||
|
license : GPL-2.0-or-later # CHECK ME
|
||
|
component : PLEASE FILL ME IN
|
||
|
summary : PLEASE FILL ME IN
|
||
|
description: |
|
||
|
PLEASE FILL ME IN
|
||
|
builddeps :
|
||
|
- lsb-release
|
||
|
patterns :
|
||
|
- /usr/lib64/*.so
|
||
|
- devel :
|
||
|
- /usr/include
|
||
|
build : |
|
||
|
%make
|
||
|
install : |
|
||
|
install -Dm00755 lib/Linux60_64/libpdflib.so $installdir/usr/lib64/libpdflib.so
|
||
|
install -dm00755 $installdir/usr/include
|
||
|
install -m00755 include/* $installdir/usr/include/
|