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

Sergej Pupykin spupykin at archlinux.org
Tue Oct 20 17:02:36 UTC 2020


    Date: Tuesday, October 20, 2020 @ 17:02:36
  Author: spupykin
Revision: 727632

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-20 17:02:26 UTC (rev 727631)
+++ PKGBUILD	2020-10-20 17:02:36 UTC (rev 727632)
@@ -1,36 +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.106
-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=('4e74838baf5437e95ae17aa3efb48bd0621f483bff4424f6255fcf327ff80765')
-
-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 -j1
-}
-
-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 727631, gsoap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-20 17:02:36 UTC (rev 727632)
@@ -0,0 +1,36 @@
+# 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.108
+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=('745b63d02eb49d6cf3d47fedaa344187fe532fb80bbd39c0ceee4cca285fa874')
+
+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 -j1
+}
+
+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