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

Christian Hesse eworm at archlinux.org
Sun Jun 9 20:19:47 UTC 2019


    Date: Sunday, June 9, 2019 @ 20:19:47
  Author: eworm
Revision: 479165

archrelease: copy trunk to community-x86_64

Added:
  libmicrohttpd/repos/community-x86_64/PKGBUILD
    (from rev 479164, libmicrohttpd/trunk/PKGBUILD)
Deleted:
  libmicrohttpd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-09 20:19:40 UTC (rev 479164)
+++ PKGBUILD	2019-06-09 20:19:47 UTC (rev 479165)
@@ -1,44 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Norberto Lopes <shelika at mail.telepac.pt>
-# Contributor: Kao Dome <kaodome at gmail.com>
-# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail.com>
-# Contributor: Mathias Rohnstock <linksoft at gmx.de>
-
-pkgname=libmicrohttpd
-pkgver=0.9.63
-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=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4'  # Evgeny Grin (Karlson2k) <k2k at yandex.ru>
-              'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff <christian.grothoff at bfh.ch>
-source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('37c36f1be177f0e37ef181a645cd3baac1000bd322a01c2eff70f3cc8c91749c'
-            '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
-}

Copied: libmicrohttpd/repos/community-x86_64/PKGBUILD (from rev 479164, libmicrohttpd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-09 20:19:47 UTC (rev 479165)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Norberto Lopes <shelika at mail.telepac.pt>
+# Contributor: Kao Dome <kaodome at gmail.com>
+# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail.com>
+# Contributor: Mathias Rohnstock <linksoft at gmx.de>
+
+pkgname=libmicrohttpd
+pkgver=0.9.64
+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) <k2k at yandex.ru>
+              'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff <christian.grothoff at bfh.ch>
+source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('e792d8ed5990823a0baadea0adf94365999e702f6f1314ef9c555018dafc350e'
+            '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
+}



More information about the arch-commits mailing list