libmicrohttpd-1.0.1
This commit is contained in:
@@ -2,18 +2,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
i = ''.join([
|
||||
' --prefix=/usr',
|
||||
' --enable-{https,shared}',
|
||||
' --disable-{curl,examples,static} '
|
||||
])
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static \
|
||||
--enable-shared \
|
||||
--disable-curl \
|
||||
--disable-examples \
|
||||
--enable-https")
|
||||
autotools.configure(i)
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -21,4 +23,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
pisitools.dodoc("AUTHORS", "COPYING")
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libmicrohttpd</Name>
|
||||
<Homepage>http://www.gnu.org/software/libmicrohttpd</Homepage>
|
||||
<Homepage>https://www.gnu.org/software/libmicrohttpd/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2+</License>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A compact API and implementation of HTTP web server</Summary>
|
||||
<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>
|
||||
<Archive sha1sum="08e34fa5ec5b552e09ad98b08d8d7da2ba9496ca" type="targz">https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-1.0.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -25,8 +25,8 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -34,9 +34,6 @@
|
||||
<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>
|
||||
@@ -44,11 +41,17 @@
|
||||
<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="8">
|
||||
<Date>2025-02-06</Date>
|
||||
<Version>1.0.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2023-05-31</Date>
|
||||
<Version>0.9.77</Version>
|
||||
|
||||
Reference in New Issue
Block a user