work for virtualbox qt5
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gsoap</Name>
|
||||
<Homepage>http://sourceforge.net/projects/gsoap2/</Homepage>
|
||||
<Packager>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Summary>Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++</Summary>
|
||||
<Description>The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings.</Description>
|
||||
<Archive sha1sum="a464cc7dee6847544faf84466968a739028bf3cb" type="zip">http://sourceforge.net/projects/gsoap2/files/gSOAP/gsoap_2.8.21.zip</Archive>
|
||||
<Patches>
|
||||
<!--<Patch level="1">gsoap-pad.patch</Patch> -->
|
||||
<!--<Patch level="1">gsoap-libtool.patch</Patch> -->
|
||||
<!--<Patch level="1">gsoap-private-lm.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gsoap</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/gsoap</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>gsoap-devel</Name>
|
||||
<Summary>Development files for gsoap</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gsoap</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2015-02-06</Date>
|
||||
<Version>2.8.21</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-03-01</Date>
|
||||
<Version>2.8.16</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user