From 3847d037adfbf365fb3c2700f8b966627c4f71dd Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Wed, 6 Apr 2016 22:10:06 +0300 Subject: [PATCH] opss --- system/base/expat/pspec.xml | 75 +++++++++++++++++++++++++++++++++ system/base/expat/pspec.xml.log | 0 2 files changed, 75 insertions(+) create mode 100644 system/base/expat/pspec.xml delete mode 100644 system/base/expat/pspec.xml.log diff --git a/system/base/expat/pspec.xml b/system/base/expat/pspec.xml new file mode 100644 index 00000000..bb7c400b --- /dev/null +++ b/system/base/expat/pspec.xml @@ -0,0 +1,75 @@ + + + + + + expat + http://expat.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + as-is + library + XML parsing libraries + This is expat, the C library for parsing XML, written by James Clark. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. + mirrors://sourceforge/expat/expat-2.1.0.tar.gz + + gnuconfig + glibc-devel + + + + + + + expat + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + expat-devel + system.devel + Development files for expat + + expat + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/doc/expat/html + + + + + expat-32bit + emul32 + 32-bit shared libraries for expat + emul32 + + glibc-32bit + + + expat + + + /usr/lib32 + + + + + + 2016-04-06 + 2.1.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + diff --git a/system/base/expat/pspec.xml.log b/system/base/expat/pspec.xml.log deleted file mode 100644 index e69de29b..00000000