Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : zziplib | name : zziplib | ||||
| version : 0.13.69 | version : 0.13.72 | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - https://github.com/gdraheim/zziplib/archive/v0.13.69.tar.gz : 846246d7cdeee405d8d21e2922c6e97f55f24ecbe3b6dcf5778073a88f120544 | - https://github.com/gdraheim/zziplib/archive/v0.13.72.tar.gz : 93ef44bf1f1ea24fc66080426a469df82fa631d13ca3b2e4abaeab89538518dc | ||||
| license : LGPL-2.0 | license : LGPL-2.0-or-later | ||||
| component : programming.library | component : programming.library | ||||
| summary : Lightweight library for extracting data zip files | summary : Lightweight library for extracting data zip files | ||||
| description: | | description: | | ||||
| Lightweight and usable library for extracting data from files archived into a single zip file. Uses the free subset of the zlib algorithm. | Lightweight and usable library for extracting data from files archived into a single zip file. Uses the free subset of the zlib algorithm. | ||||
| networking : yes # check | |||||
| builddeps : | builddeps : | ||||
| - xmlto | - xmlto | ||||
| environment: | | |||||
| unset LD_PRELOAD | |||||
| setup : | | setup : | | ||||
| %configure --disable-static | %cmake_ninja -DBUILD_TESTS=ON | ||||
| build : | | build : | | ||||
| %make | %ninja_build | ||||
| %ninja_build man | |||||
| install : | | install : | | ||||
| %make_install | %ninja_install | ||||
| install -dm00755 $installdir/usr/share/man/man3 | |||||
| install -Dm00644 solusBuildDir/docs/man3/*.3 $installdir/usr/share/man/man3 | |||||
| check : | | check : | | ||||
| %make check | %ninja_build tests || : | ||||
| patterns : | |||||
| - devel : | |||||
| - /usr/share/man/man3 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.