[arch-commits] Commit in gsoap/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at gemini.archlinux.org
Fri Sep 2 09:02:09 UTC 2022
Date: Friday, September 2, 2022 @ 09:02:08
Author: spupykin
Revision: 1290857
archrelease: copy trunk to community-x86_64
Added:
gsoap/repos/community-x86_64/PKGBUILD
(from rev 1290856, gsoap/trunk/PKGBUILD)
Deleted:
gsoap/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 09:01:45 UTC (rev 1290856)
+++ PKGBUILD 2022-09-02 09:02:08 UTC (rev 1290857)
@@ -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.122
-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=('3eb8486c986b44071bb5f19ef7b990791f819bb267c0bf640e95bd991070fad8')
-
-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 1290856, gsoap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-02 09:02:08 UTC (rev 1290857)
@@ -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.123
+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=('e018500ac942bb7627612cc9a8229610efe293a450359c413da1a006eb7c193d')
+
+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
+}
More information about the arch-commits
mailing list