21f7a93e7a
* Removed "autoreconf". Upstream provides working 'configure'. * Disabled libcurl in parameter. It is not declared as dependency and used only for testing. * Disabled examples build. They are not needed for installed library. * Enforced HTTPS version build, instead of automatic detection * Removed unneeded libtool patch * Fixed license (LGPLv2.1 or later) * Removed "textinfo" dependency. It is not needed, all info files are pre-built. * Removed "libgrypt" and "libgpg-error". They was needed for for GnuTLS >2.20 * Removed mention of "microspdy". It was removed several years ago from upstream. * Removed "demo" file. It is compiled example, which is not designed for any practical use.
103 lines
3.7 KiB
XML
103 lines
3.7 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>libmicrohttpd</Name>
|
||
<Homepage>http://www.gnu.org/software/libmicrohttpd</Homepage>
|
||
<Packager>
|
||
<Name>PisiLinux Community</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>LGPLv2+</License>
|
||
<IsA>library</IsA>
|
||
<Summary>A compact API and implementation of HTTP web server</Summary>
|
||
<Description>libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.</Description>
|
||
<Archive sha1sum="d835f399a42265f7759a462c22e57eee2300f708" type="targz">http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.77.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>gnutls-devel</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>libmicrohttpd</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>gnutls</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
<Path fileType="man">/usr/share/man</Path>
|
||
<Path fileType="info">/usr/share/info</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>libmicrohttpd-devel</Name>
|
||
<Summary>Development files for libmicrohttpd</Summary>
|
||
<BuildDependencies>
|
||
<Dependency>gnutls-devel</Dependency>
|
||
</BuildDependencies>
|
||
<RuntimeDependencies>
|
||
<Dependency>gnutls-devel</Dependency>
|
||
<Dependency release="current">libmicrohttpd</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||
<Path fileType="man">/usr/share/man/man3</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="7">
|
||
<Date>2023-05-31</Date>
|
||
<Version>0.9.77</Version>
|
||
<Comment>Package fixes.</Comment>
|
||
<Name>Evgeny Grin (Karlson2)</Name>
|
||
<Email>k2k@narod.ru</Email>
|
||
</Update>
|
||
<Update release="6">
|
||
<Date>2023-05-30</Date>
|
||
<Version>0.9.77</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="5">
|
||
<Date>2020-01-27</Date>
|
||
<Version>0.9.69</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="4">
|
||
<Date>2018-08-10</Date>
|
||
<Version>0.9.59</Version>
|
||
<Comment>Version Bump</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="3">
|
||
<Date>2017-05-09</Date>
|
||
<Version>0.9.54</Version>
|
||
<Comment>Version Bump</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="2">
|
||
<Date>2016-06-08</Date>
|
||
<Version>0.9.49</Version>
|
||
<Comment>Release Bump</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2016-04-25</Date>
|
||
<Version>0.9.49</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Ali Algul(gulle)</Name>
|
||
<Email>alialgul@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|