Date: Tuesday, May 2, 2023 @ 07:58:40
Author: dvzrv
Revision: 476323
archrelease: copy trunk to extra-x86_64
Added:
libupnp/repos/extra-x86_64/PKGBUILD
(from rev 476322, libupnp/trunk/PKGBUILD)
Deleted:
libupnp/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 97 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 50 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-02 07:58:24 UTC (rev 476322)
+++ PKGBUILD 2023-05-02 07:58:40 UTC (rev 476323)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: David Runge <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: kastor <[email protected]>
-
-_name=pupnp
-pkgname=libupnp
-pkgver=1.14.16
-pkgrel=1
-pkgdesc='Portable Open Source UPnP Development Kit'
-arch=(x86_64)
-url="https://pupnp.sourceforge.io/"
-license=(BSD)
-depends=(glibc)
-makedepends=(cmake)
-provides=(libixml.so libupnp.so)
-source=(https://github.com/$_name/$_name/archive/release-$pkgver/$_name-release-$pkgver.tar.gz)
-sha512sums=('f02d72415ec4891e019724b5774aed2bd470d64ff1f6c179140a3e61bfb34794f0e6069d5f4baf0d8260aae09eab607a61575f02c4f853616180aec7f701abd3')
-b2sums=('f9cebb6f0f5faea07e003f433100d4789e2f59d16a1d1733e1a644ca49ea8fc43b080359b6106c84e4681b6c491ecbbc6373766aaf962d6b97372dfd4abf4bd2')
-
-build() {
- local cmake_options=(
- -B build
- -D CMAKE_BUILD_TYPE=None
- -D CMAKE_INSTALL_PREFIX=/usr
- -D UPNP_BUILD_STATIC=OFF
- -D blocking_tcp_connections=OFF
- -D reuseaddr=ON
- -S $_name-release-$pkgver
- -W no-dev
- )
-
- cmake "${cmake_options[@]}"
- cmake --build build --verbose
-}
-
-check() {
- ctest --test-dir build --output-on-failure
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
- install -vDm 644 $_name-release-$pkgver/COPYING -t
"$pkgdir/usr/share/licenses/$pkgname"
- install -vDm 644 $_name-release-$pkgver/{ChangeLog,README.md} -t
"$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:
Copied: libupnp/repos/extra-x86_64/PKGBUILD (from rev 476322,
libupnp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-02 07:58:40 UTC (rev 476323)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: David Runge <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: kastor <[email protected]>
+
+_name=pupnp
+pkgname=libupnp
+pkgver=1.14.17
+pkgrel=1
+pkgdesc='Portable Open Source UPnP Development Kit'
+arch=(x86_64)
+url="https://pupnp.sourceforge.io/"
+license=(BSD)
+depends=(glibc)
+makedepends=(cmake)
+provides=(
+ libixml.so
+ libupnp.so
+)
+source=(https://github.com/$_name/$_name/archive/release-$pkgver/$_name-release-$pkgver.tar.gz)
+sha512sums=('d9af7231687bb694961822a9d3b1e9b04e52142f0245729902b240564579903858e01a5cfe53ff7a8fa77e44e36b840f0c355d2c79aaf0ced2498b4b1822ed6b')
+b2sums=('8bb38dbdff59cf4fd6c222cf1000ecc195f8d33601d8c06476b0a238d6969fe695bcb52f721e4d88a95fa63ef568881e1628935c3b5ba063b72a3b3ee27ded8b')
+
+build() {
+ local cmake_options=(
+ -B build
+ -D CMAKE_BUILD_TYPE=None
+ -D CMAKE_INSTALL_PREFIX=/usr
+ -D UPNP_BUILD_STATIC=OFF
+ -D blocking_tcp_connections=OFF
+ -D reuseaddr=ON
+ -S $_name-release-$pkgver
+ -W no-dev
+ )
+
+ cmake "${cmake_options[@]}"
+ cmake --build build --verbose
+}
+
+check() {
+ ctest --test-dir build --output-on-failure
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+ install -vDm 644 $_name-release-$pkgver/COPYING -t
"$pkgdir/usr/share/licenses/$pkgname"
+ install -vDm 644 $_name-release-$pkgver/{ChangeLog,README.md} -t
"$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim: ts=2 sw=2 et: