2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

extra: Added expat

This commit is contained in:
Dylan Araps 2019-06-27 12:36:18 +03:00
parent 0d37641c14
commit 2b9c508e79
6 changed files with 61 additions and 0 deletions

7
extra/expat/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

1
extra/expat/checksums Normal file
View File

@ -0,0 +1 @@
cbc9102f4a31a8dafd42d642e9a3aa31e79a0aedaa1f6efd2795ebc83174ec18 expat-2.2.7.tar.bz2

21
extra/expat/licenses Normal file
View File

@ -0,0 +1,21 @@
Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
Copyright (c) 2001-2017 Expat maintainers
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

30
extra/expat/manifest Normal file
View File

@ -0,0 +1,30 @@
/var/db/kiss/expat/version
/var/db/kiss/expat/sources
/var/db/kiss/expat/manifest
/var/db/kiss/expat/licenses
/var/db/kiss/expat/checksums
/var/db/kiss/expat/build
/var/db/kiss/expat/
/var/db/kiss/
/var/db/
/var/
/usr/share/doc/expat/changelog
/usr/share/doc/expat/AUTHORS
/usr/share/doc/expat/
/usr/share/doc/
/usr/share/
/usr/lib/pkgconfig/expat.pc
/usr/lib/pkgconfig/
/usr/lib/libexpat.so.1.6.9
/usr/lib/libexpat.so.1
/usr/lib/libexpat.so
/usr/lib/libexpat.la
/usr/lib/libexpat.a
/usr/lib/
/usr/include/expat.h
/usr/include/expat_external.h
/usr/include/expat_config.h
/usr/include/
/usr/bin/xmlwf
/usr/bin/
/usr/

1
extra/expat/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/libexpat/libexpat/releases/download/R_2_2_7/expat-2.2.7.tar.bz2

1
extra/expat/version Normal file
View File

@ -0,0 +1 @@
2.2.7 1