[arch-commits] Commit in xmlrpc-c/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Mon Oct 4 08:49:50 UTC 2021
Date: Monday, October 4, 2021 @ 08:49:49
Author: arodseth
Revision: 1027264
archrelease: copy trunk to community-x86_64
Added:
xmlrpc-c/repos/community-x86_64/PKGBUILD
(from rev 1027263, xmlrpc-c/trunk/PKGBUILD)
Deleted:
xmlrpc-c/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 108 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 56 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-04 08:48:34 UTC (rev 1027263)
+++ PKGBUILD 2021-10-04 08:49:49 UTC (rev 1027264)
@@ -1,52 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Daenyth <Daenyth+Arch at gmail.com>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-# Contributor: Vitaliy Berdinskikh <skipper13 at root.ua>
-
-pkgname=xmlrpc-c
-# Using the "super stable" version
-pkgver=1.51.07
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=(x86_64)
-url='https://xmlrpc-c.sourceforge.net/'
-license=(custom)
-depends=(curl)
-makedepends=(libtool setconf)
-options=(!emptydirs)
-source=("https://sourceforge.net/projects/xmlrpc-c/files/Xmlrpc-c%20Super%20Stable/$pkgver/xmlrpc-c-$pkgver.tgz")
-b2sums=('ff91051f11370131bae1c8af3ba73e22b8758f7e05f1d46a6d0609ecca6e241ac218d587f66045c1d1e492776d07e0de1c305b92b207273b23baafd938709286')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --disable-libxml2-backend \
- --disable-cgi-server \
- --disable-libwww-client \
- --disable-wininet-client \
- --enable-cplusplus
-
- mkdir -p include/curl
- touch include/curl/types.h
-
- make CFLAGS_PERSONAL="$CFLAGS -fPIC -w" CXXFLAGS_PERSONAL="$CXXFLAGS -fPIC -w"
- make -C tools CFLAGS_PERSONAL="$CFLAGS -fPIC -w" CXXFLAGS_PERSONAL="$CXXFLAGS -fPIC -w"
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make DESTDIR="$pkgdir" install
- make DESTDIR="$pkgdir" -C tools install
-
- # Remove references to build directory
- setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
- setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
-
- # Custom license
- install -Dm644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: xmlrpc-c/repos/community-x86_64/PKGBUILD (from rev 1027263, xmlrpc-c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-04 08:49:49 UTC (rev 1027264)
@@ -0,0 +1,56 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch at gmail.com>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Vitaliy Berdinskikh <skipper13 at root.ua>
+
+pkgname=libxmlrpc
+# Using the "super stable" version
+pkgver=1.51.08
+pkgrel=1
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=(x86_64)
+# HTTPS is not available
+url='http://xmlrpc-c.sourceforge.net/'
+license=(custom)
+depends=(curl)
+makedepends=(libtool setconf)
+conflicts=(xmlrpc-c)
+provides=(xmlrpc-c)
+replaces=(xmlrpc-c)
+options=(!emptydirs)
+source=("https://downloads.sourceforge.net/project/xmlrpc-c/Xmlrpc-c%20Super%20Stable/$pkgver/xmlrpc-$pkgver.tgz")
+b2sums=('636215329996a36dc8404e95b8791779f1e6afc063f8a3457c72e04475e49c3cbf213c872934c5116a2e761d579994b7c98fe1f2ad7a6dbb38a370963b921500')
+
+build() {
+ cd xmlrpc-$pkgver
+
+ ./configure \
+ --disable-cgi-server \
+ --disable-libwww-client \
+ --disable-libxml2-backend \
+ --disable-wininet-client \
+ --enable-cplusplus \
+ --mandir=/usr/share/man \
+ --prefix=/usr
+
+ mkdir -p include/curl
+ touch include/curl/types.h
+
+ make CFLAGS_PERSONAL="$CFLAGS -fPIC -w" CXXFLAGS_PERSONAL="$CXXFLAGS -fPIC -w"
+ make -C tools CFLAGS_PERSONAL="$CFLAGS -fPIC -w" CXXFLAGS_PERSONAL="$CXXFLAGS -fPIC -w"
+}
+
+package() {
+ cd xmlrpc-$pkgver
+
+ make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" -C tools install
+
+ # Remove references to build directory
+ setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
+ setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
+
+ # Custom license
+ install -Dm644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list