Date: Friday, March 24, 2023 @ 12:50:47
Author: spupykin
Revision: 1427698
archrelease: copy trunk to community-x86_64
Added:
gsoap/repos/community-x86_64/PKGBUILD
(from rev 1427697, gsoap/trunk/PKGBUILD)
Deleted:
gsoap/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-24 12:49:51 UTC (rev 1427697)
+++ PKGBUILD 2023-03-24 12:50:47 UTC (rev 1427698)
@@ -1,41 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Tor Krill <[email protected]>
-# Contributor: Lee.MaRS <[email protected]>
-
-pkgname=gsoap
-pkgver=2.8.126
-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=('b65190ebf8c2517d6fafbdc2000bc7bc650d921a02f4aa53eb1e3df267592c4a')
-
-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="$CFLAGS -fPIC -ffat-lto-objects"
- export CXXFLAGS="$CXXFLAGS -fPIC -ffat-lto-objects"
- ./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 1427697,
gsoap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-24 12:50:47 UTC (rev 1427698)
@@ -0,0 +1,41 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Tor Krill <[email protected]>
+# Contributor: Lee.MaRS <[email protected]>
+
+pkgname=gsoap
+pkgver=2.8.127
+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=('25ecad1bbc363494eb7ea95a68508e4c93cc20596fad9ebc196c6572bbbd3c08')
+
+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="$CFLAGS -fPIC -ffat-lto-objects"
+ export CXXFLAGS="$CXXFLAGS -fPIC -ffat-lto-objects"
+ ./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
+}