This commit is contained in:
parent
2e381f5605
commit
1c6fe3b548
3 changed files with 55 additions and 0 deletions
22
package.yml
Normal file
22
package.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
name : libxdiff
|
||||
version : 0.23
|
||||
release : 1
|
||||
source :
|
||||
- https://github.com/opencor/libxdiff/archive/refs/tags/v0.23.tar.gz : 69b951c9d47873968975ba637d9cfd907f82b085b228d11dcf1f8b2afcafc9a8
|
||||
homepage : http://www.xmailserver.org/xdiff-lib.html
|
||||
license : LGPL-2.1-or-later
|
||||
component : system.utils
|
||||
summary : The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files.
|
||||
description: |
|
||||
The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files.
|
||||
setup : |
|
||||
%cmake_ninja \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DENABLE_TESTS=OFF \
|
||||
-DENABLE_TOOLS=OFF \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
build : |
|
||||
%ninja_build
|
||||
install : |
|
||||
%ninja_install
|
||||
install -Dm644 $pkgfiles/xdiff.pc -t $installdir/usr/lib/pkgconfig
|
Loading…
Add table
Add a link
Reference in a new issue