[arch-commits] Commit in gsoap/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Thu Jul 30 23:08:58 UTC 2020
Date: Thursday, July 30, 2020 @ 23:08:58
Author: spupykin
Revision: 666021
archrelease: copy trunk to community-x86_64
Added:
gsoap/repos/community-x86_64/PKGBUILD
(from rev 666020, gsoap/trunk/PKGBUILD)
Deleted:
gsoap/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-30 23:08:50 UTC (rev 666020)
+++ PKGBUILD 2020-07-30 23:08:58 UTC (rev 666021)
@@ -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.104
-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=('60fcd137c59a7640470f873d9a0a29c62896a15e8517a2f5a03eb2d7eebc0c52')
-
-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 666020, gsoap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-30 23:08:58 UTC (rev 666021)
@@ -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.105
+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=('aa20c535cf08f1576bebad97cc6159ca57c68bc43acfc9a296e4e9faf041097e')
+
+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