[arch-commits] Commit in libmicrohttpd/repos (2 files)
Date: Saturday, February 8, 2020 @ 22:29:29 Author: eworm Revision: 565050 archrelease: copy trunk to community-testing-x86_64 Added: libmicrohttpd/repos/community-testing-x86_64/ libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 565049, libmicrohttpd/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 565049, libmicrohttpd/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2020-02-08 22:29:29 UTC (rev 565050) @@ -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=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') +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 (2 files)
Date: Thursday, October 17, 2019 @ 18:49:28 Author: eworm Revision: 516548 archrelease: copy trunk to community-testing-x86_64 Added: libmicrohttpd/repos/community-testing-x86_64/ libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 516547, libmicrohttpd/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 516547, libmicrohttpd/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2019-10-17 18:49:28 UTC (rev 516548) @@ -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.67 +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') +validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE' # Evgeny Grin (Karlson2k) + 'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff +source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig}) +sha256sums=('7e1f852723d099d4827d7ebde4d02dd00fd8da62149526fdb9fae058c5a60495' +'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 (2 files)
Date: Thursday, August 1, 2019 @ 12:37:55 Author: eworm Revision: 496454 archrelease: copy trunk to community-testing-x86_64 Added: libmicrohttpd/repos/community-testing-x86_64/ libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 496453, libmicrohttpd/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 496453, libmicrohttpd/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2019-08-01 12:37:55 UTC (rev 496454) @@ -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.66 +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') +validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE' # Evgeny Grin (Karlson2k) + 'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff +source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig}) +sha256sums=('4e66d4db1574f4912fbd2690d10d227cc9cc56df6a10aa8f4fc2da75cea7ab1b' +'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 (2 files)
Date: Friday, July 5, 2019 @ 21:03:50 Author: eworm Revision: 487492 archrelease: copy trunk to community-testing-x86_64 Added: libmicrohttpd/repos/community-testing-x86_64/ libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 487491, libmicrohttpd/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 487491, libmicrohttpd/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2019-07-05 21:03:50 UTC (rev 487492) @@ -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.65 +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') +validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE' # Evgeny Grin (Karlson2k) + 'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff +source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig}) +sha256sums=('f2467959c5dd5f7fdf8da8d260286e7be914d18c99b898e22a70dafd2237b3c9' +'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 (2 files)
Date: Sunday, December 9, 2018 @ 22:24:04 Author: eworm Revision: 413346 archrelease: copy trunk to community-testing-x86_64 Added: libmicrohttpd/repos/community-testing-x86_64/ libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 413345, libmicrohttpd/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 413345, libmicrohttpd/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2018-12-09 22:24:04 UTC (rev 413346) @@ -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.62 +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="http://www.gnu.org/software/libmicrohttpd/"; +license=('LGPL') +depends=('gnutls') +checkdepends=('curl') +validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4' # Evgeny Grin (Karlson2k) + 'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff +source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig}) +sha256sums=('bd3e097d703f5091a6a01b56c0464a90fdd17f5d50478cea50a346b25c88db49' +'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 (2 files)
Date: Friday, November 30, 2018 @ 22:17:18 Author: eworm Revision: 410660 archrelease: copy trunk to community-testing-x86_64 Added: libmicrohttpd/repos/community-testing-x86_64/ libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 410659, libmicrohttpd/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 410659, libmicrohttpd/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2018-11-30 22:17:18 UTC (rev 410660) @@ -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.61 +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="http://www.gnu.org/software/libmicrohttpd/"; +license=('LGPL') +depends=('gnutls') +checkdepends=('curl') +validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4' # Evgeny Grin (Karlson2k) + 'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff +source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig}) +sha256sums=('dbc469b4a930a79e61f67dc69c665317d44d9d8eb8378d1bd715775ea849d435' +'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 (2 files)
Date: Thursday, February 1, 2018 @ 20:11:29 Author: eworm Revision: 288526 archrelease: copy trunk to community-testing-x86_64 Added: libmicrohttpd/repos/community-testing-x86_64/ libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 288525, libmicrohttpd/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 288525, libmicrohttpd/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2018-02-01 20:11:29 UTC (rev 288526) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: Norberto Lopes +# Contributor: Kao Dome +# Contributor: Dmitrij D. Czarkoff +# Contributor: Mathias Rohnstock + +pkgname=libmicrohttpd +pkgver=0.9.59 +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="http://www.gnu.org/software/libmicrohttpd/"; +license=('LGPL') +depends=('gnutls') +checkdepends=('curl') +validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4' # Evgeny Grin (Karlson2k) + 'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff +source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig}) +sha256sums=('9b9ccd7d0b11b0e179f1f58dc2caa3e0c62c8609e1e1dc7dcaadf941b67d923c' +'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 (2 files)
Date: Thursday, December 7, 2017 @ 19:01:24 Author: eworm Revision: 273175 archrelease: copy trunk to community-testing-x86_64 Added: libmicrohttpd/repos/community-testing-x86_64/ libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 273174, libmicrohttpd/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 273174, libmicrohttpd/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2017-12-07 19:01:24 UTC (rev 273175) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: Norberto Lopes +# Contributor: Kao Dome +# Contributor: Dmitrij D. Czarkoff +# Contributor: Mathias Rohnstock + +pkgname=libmicrohttpd +pkgver=0.9.58 +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="http://www.gnu.org/software/libmicrohttpd/"; +license=('LGPL') +depends=('gnutls') +checkdepends=('curl') +validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4') # Evgeny Grin (Karlson2k) +source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig}) +sha256sums=('7a11e1376c62ff95bd6d2dfe6799d57ac7cdbcb32f70bfbd5e47c71f373e01f3' +'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 (2 files)
Date: Tuesday, November 28, 2017 @ 09:28:26 Author: eworm Revision: 270449 archrelease: copy trunk to community-testing-x86_64 Added: libmicrohttpd/repos/community-testing-x86_64/ libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 270448, libmicrohttpd/trunk/PKGBUILD) --+ PKGBUILD | 34 ++ 1 file changed, 34 insertions(+) Copied: libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 270448, libmicrohttpd/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2017-11-28 09:28:26 UTC (rev 270449) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: Norberto Lopes +# Contributor: Kao Dome +# Contributor: Dmitrij D. Czarkoff +# Contributor: Mathias Rohnstock + +pkgname=libmicrohttpd +pkgver=0.9.57 +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="http://www.gnu.org/software/libmicrohttpd/"; +license=('LGPL') +depends=('gnutls') +optdepends=('file' 'curl') +source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) +sha256sums=('dec1a76487d7e48ad74b468a888bfda1c05731f185ff950f1e363ca9d39caf4e') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr --disable-dependency-tracking --enable-largefile \ + --enable-curl --enable-messages --with-pic + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="$pkgdir" install + install -Dm644 "$srcdir"/${pkgname}-${pkgver}/src/include/platform.h \ + "$pkgdir"/usr/include/$pkgname/platform.h + sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} -I${includedir}/libmicrohttpd#' \ + "$pkgdir"/usr/lib/pkgconfig/libmicrohttpd.pc +}