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

Antonio Rojas arojas at archlinux.org
Fri Nov 24 23:30:22 UTC 2017


    Date: Friday, November 24, 2017 @ 23:30:21
  Author: arojas
Revision: 268368

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-24 23:29:51 UTC (rev 268367)
+++ PKGBUILD	2017-11-24 23:30:21 UTC (rev 268368)
@@ -1,34 +0,0 @@
-# $Id$
-# 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.55
-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=('i686' 'x86_64')
-url="http://www.gnu.org/software/libmicrohttpd/"
-license=('LGPL')
-depends=('gnutls' 'libgcrypt')
-optdepends=('file' 'curl')
-source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-sha256sums=('0c1cab8dc9f2588bd3076a28f77a7f8de9560cbf2d80e53f9a8696ada80ed0f8')
-
-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
-}

Copied: libmicrohttpd/repos/community-x86_64/PKGBUILD (from rev 268367, libmicrohttpd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-24 23:30:21 UTC (rev 268368)
@@ -0,0 +1,34 @@
+# $Id$
+# 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.56
+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=('2c23b938114b1fa14cf47d1b4cdb0f4c5d86b7905c4f3a40684bdea129640789')
+
+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
+}



More information about the arch-commits mailing list