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

Sergej Pupykin spupykin at archlinux.org
Fri Apr 30 13:12:21 UTC 2021


    Date: Friday, April 30, 2021 @ 13:12:20
  Author: spupykin
Revision: 925351

archrelease: copy trunk to community-x86_64

Added:
  gsoap/repos/community-x86_64/PKGBUILD
    (from rev 925350, gsoap/trunk/PKGBUILD)
Deleted:
  gsoap/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-30 13:12:07 UTC (rev 925350)
+++ PKGBUILD	2021-04-30 13:12:20 UTC (rev 925351)
@@ -1,41 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Tor Krill <tor at krill.nu>
-# Contributor: Lee.MaRS <leemars at gmail.com>
-
-pkgname=gsoap
-pkgver=2.8.113
-pkgrel=1
-pkgdesc="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++"
-url="https://www.cs.fsu.edu/~engelen/soap.html"
-arch=('x86_64')
-license=('GPL' 'custom')
-depends=('openssl' 'zlib' 'gcc-libs')
-makedepends=('autoconf' 'automake')
-options=('staticlibs')
-source=("https://prdownloads.sourceforge.net/gsoap2/${pkgname}_${pkgver}.zip")
-sha256sums=('e73782b618303cf55ea6a45751b75ba96797a7a12967ed9d02e6d5761977e73a')
-
-prepare() {
-  cd "$srcdir"/gsoap-2.8
-  sed -i 's/#  if !defined(_GNU_SOURCE) ||/#  if !defined(_GNU_SOURCE) \&\&/' gsoap/stdsoap2.{c,cpp}
-}
-
-build() {
-  cd "$srcdir"/gsoap-2.8
-  # needed for programs which use gsoap and have -fPIC enabled
-  # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353724
-  export CFLAGS+=" -fPIC"
-  export CXXFLAGS+=" -fPIC"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/gsoap-2.8
-  make DESTDIR="$pkgdir" install
-  mkdir -p "$pkgdir"/usr/share/gsoap/import
-  mkdir -p "$pkgdir"/usr/share/gsoap/WS
-  cp -R gsoap/import "$pkgdir"/usr/share/gsoap/
-  cp -R gsoap/WS "$pkgdir"/usr/share/gsoap/
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: gsoap/repos/community-x86_64/PKGBUILD (from rev 925350, gsoap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-30 13:12:20 UTC (rev 925351)
@@ -0,0 +1,41 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Tor Krill <tor at krill.nu>
+# Contributor: Lee.MaRS <leemars at gmail.com>
+
+pkgname=gsoap
+pkgver=2.8.114
+pkgrel=1
+pkgdesc="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++"
+url="https://www.cs.fsu.edu/~engelen/soap.html"
+arch=('x86_64')
+license=('GPL' 'custom')
+depends=('openssl' 'zlib' 'gcc-libs')
+makedepends=('autoconf' 'automake')
+options=('staticlibs')
+source=("https://prdownloads.sourceforge.net/gsoap2/${pkgname}_${pkgver}.zip")
+sha256sums=('aa70a999258100c170a3f8750c1f91318a477d440f6a28117f68bc1ded32327f')
+
+prepare() {
+  cd "$srcdir"/gsoap-2.8
+  sed -i 's/#  if !defined(_GNU_SOURCE) ||/#  if !defined(_GNU_SOURCE) \&\&/' gsoap/stdsoap2.{c,cpp}
+}
+
+build() {
+  cd "$srcdir"/gsoap-2.8
+  # needed for programs which use gsoap and have -fPIC enabled
+  # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353724
+  export CFLAGS+=" -fPIC"
+  export CXXFLAGS+=" -fPIC"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/gsoap-2.8
+  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir"/usr/share/gsoap/import
+  mkdir -p "$pkgdir"/usr/share/gsoap/WS
+  cp -R gsoap/import "$pkgdir"/usr/share/gsoap/
+  cp -R gsoap/WS "$pkgdir"/usr/share/gsoap/
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list