[arch-commits] Commit in libmicrohttpd/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-12-28 Thread Christian Hesse via arch-commits
Date: Monday, December 28, 2020 @ 21:17:58
  Author: eworm
Revision: 405082

archrelease: copy trunk to testing-x86_64

Added:
  libmicrohttpd/repos/testing-x86_64/
  libmicrohttpd/repos/testing-x86_64/PKGBUILD
(from rev 405081, libmicrohttpd/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: libmicrohttpd/repos/testing-x86_64/PKGBUILD (from rev 405081, 
libmicrohttpd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-28 21:17:58 UTC (rev 405082)
@@ -0,0 +1,45 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Norberto Lopes 
+# Contributor: Kao Dome 
+# Contributor: Dmitrij D. Czarkoff 
+# Contributor: Mathias Rohnstock 
+
+pkgname=libmicrohttpd
+pkgver=0.9.72
+pkgrel=1
+pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
+arch=('x86_64')
+url="https://www.gnu.org/software/libmicrohttpd/;
+license=('LGPL')
+depends=('gnutls')
+checkdepends=('curl')
+provides=('libmicrohttpd.so')
+validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
+  'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

+source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-dependency-tracking \
+--disable-examples \
+--enable-curl \
+--enable-https \
+--enable-largefile \
+--enable-messages \
+--with-pic
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libmicrohttpd/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-06-28 Thread Christian Hesse via arch-commits
Date: Sunday, June 28, 2020 @ 20:29:06
  Author: eworm
Revision: 390555

archrelease: copy trunk to testing-x86_64

Added:
  libmicrohttpd/repos/testing-x86_64/
  libmicrohttpd/repos/testing-x86_64/PKGBUILD
(from rev 390554, libmicrohttpd/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: libmicrohttpd/repos/testing-x86_64/PKGBUILD (from rev 390554, 
libmicrohttpd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-28 20:29:06 UTC (rev 390555)
@@ -0,0 +1,45 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Norberto Lopes 
+# Contributor: Kao Dome 
+# Contributor: Dmitrij D. Czarkoff 
+# Contributor: Mathias Rohnstock 
+
+pkgname=libmicrohttpd
+pkgver=0.9.71
+pkgrel=1
+pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
+arch=('x86_64')
+url="https://www.gnu.org/software/libmicrohttpd/;
+license=('LGPL')
+depends=('gnutls')
+checkdepends=('curl')
+provides=('libmicrohttpd.so')
+validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
+  'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

+source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-dependency-tracking \
+--disable-examples \
+--enable-curl \
+--enable-https \
+--enable-largefile \
+--enable-messages \
+--with-pic
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libmicrohttpd/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-05-04 Thread Christian Hesse via arch-commits
Date: Monday, May 4, 2020 @ 09:24:15
  Author: eworm
Revision: 382215

archrelease: copy trunk to testing-x86_64

Added:
  libmicrohttpd/repos/testing-x86_64/
  libmicrohttpd/repos/testing-x86_64/PKGBUILD
(from rev 382214, libmicrohttpd/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: libmicrohttpd/repos/testing-x86_64/PKGBUILD (from rev 382214, 
libmicrohttpd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-04 09:24:15 UTC (rev 382215)
@@ -0,0 +1,45 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Norberto Lopes 
+# Contributor: Kao Dome 
+# Contributor: Dmitrij D. Czarkoff 
+# Contributor: Mathias Rohnstock 
+
+pkgname=libmicrohttpd
+pkgver=0.9.70
+pkgrel=3
+pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
+arch=('x86_64')
+url="https://www.gnu.org/software/libmicrohttpd/;
+license=('LGPL')
+depends=('gnutls')
+checkdepends=('curl')
+provides=('libmicrohttpd.so')
+validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
+  'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

+source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('90d0a3d396f96f9bc41eb0f7e8187796049285fabef82604acd4879590977307'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-dependency-tracking \
+--disable-examples \
+--enable-curl \
+--enable-https \
+--enable-largefile \
+--enable-messages \
+--with-pic
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libmicrohttpd/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-04-30 Thread Jelle van der Waa via arch-commits
Date: Thursday, April 30, 2020 @ 14:07:39
  Author: jelle
Revision: 381980

archrelease: copy trunk to testing-x86_64

Added:
  libmicrohttpd/repos/testing-x86_64/
  libmicrohttpd/repos/testing-x86_64/PKGBUILD
(from rev 381979, libmicrohttpd/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: libmicrohttpd/repos/testing-x86_64/PKGBUILD (from rev 381979, 
libmicrohttpd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-30 14:07:39 UTC (rev 381980)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Norberto Lopes 
+# Contributor: Kao Dome 
+# Contributor: Dmitrij D. Czarkoff 
+# Contributor: Mathias Rohnstock 
+
+pkgname=libmicrohttpd
+pkgver=0.9.70
+pkgrel=2
+pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
+arch=('x86_64')
+url="https://www.gnu.org/software/libmicrohttpd/;
+license=('LGPL')
+depends=('gnutls')
+checkdepends=('curl')
+validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
+  'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

+source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('90d0a3d396f96f9bc41eb0f7e8187796049285fabef82604acd4879590977307'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-dependency-tracking \
+--disable-examples \
+--enable-curl \
+--enable-https \
+--enable-largefile \
+--enable-messages \
+--with-pic
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}