2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00

expat: add package

This commit is contained in:
Muhammad Herdiansyah 2019-06-19 10:32:26 +07:00
parent 7ffe548ee5
commit 0171b597b5
5 changed files with 41 additions and 0 deletions

6
repo/expat/build Executable file
View File

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

1
repo/expat/checksums Normal file
View File

@ -0,0 +1 @@
17b43c2716d521369f82fc2dc70f359860e90fa440bea65b3b85f0b246ea81f2 expat-2.2.6.tar.bz2

32
repo/expat/manifest Normal file
View File

@ -0,0 +1,32 @@
/var/db/kiss/expat/version
/var/db/kiss/expat/sources
/var/db/kiss/expat/manifest
/var/db/kiss/expat/checksums
/var/db/kiss/expat/build
/var/db/kiss/expat/
/var/db/kiss/
/var/db/
/var/
/usr/share/man/man1/xmlwf.1
/usr/share/man/man1/
/usr/share/man/
/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.8
/usr/lib/libexpat.so.1
/usr/lib/libexpat.so
/usr/lib/libexpat.la
/usr/lib/libexpat.a
/usr/lib/
/usr/include/expat_external.h
/usr/include/expat_config.h
/usr/include/expat.h
/usr/include/
/usr/bin/xmlwf
/usr/bin/
/usr/

1
repo/expat/sources Normal file
View File

@ -0,0 +1 @@
http://download.sourceforge.net/expat/expat-2.2.6.tar.bz2

1
repo/expat/version Normal file
View File

@ -0,0 +1 @@
2.2.6 1