[arch-commits] Commit in aws-c-common/repos/community-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Fri Oct 16 17:03:25 UTC 2020


    Date: Friday, October 16, 2020 @ 17:03:25
  Author: anatolik
Revision: 724791

archrelease: copy trunk to community-x86_64

Added:
  aws-c-common/repos/community-x86_64/PKGBUILD
    (from rev 724790, aws-c-common/trunk/PKGBUILD)
Deleted:
  aws-c-common/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 35 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-16 17:03:06 UTC (rev 724790)
+++ PKGBUILD	2020-10-16 17:03:25 UTC (rev 724791)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-common
-pkgver=0.4.59
-pkgrel=1
-pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.'
-arch=(x86_64)
-url='https://github.com/awslabs/aws-c-common'
-license=(Apache)
-depends=(glibc)
-makedepends=(cmake)
-source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
-sha256sums=('03d4819e9a1e805127ac22d412e13b00003936f6f40a228f4625e8ff2d8b24e5')
-
-build() {
-  cd aws-c-common-$pkgver
-
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -S . -B build
-  cmake --build build
-}
-
-check() {
-  cd aws-c-common-$pkgver
-  cmake --build build --target test
-}
-
-package() {
-  cd aws-c-common-$pkgver
-
-  cmake --build build --target install -- DESTDIR="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: aws-c-common/repos/community-x86_64/PKGBUILD (from rev 724790, aws-c-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-16 17:03:25 UTC (rev 724791)
@@ -0,0 +1,35 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-common
+pkgver=0.4.59
+pkgrel=2
+pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-c-common'
+license=(Apache)
+depends=(glibc)
+makedepends=(cmake)
+source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
+sha256sums=('03d4819e9a1e805127ac22d412e13b00003936f6f40a228f4625e8ff2d8b24e5')
+
+build() {
+  cd aws-c-common-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-c-common-$pkgver
+  cmake --build build --target test
+}
+
+package() {
+  cd aws-c-common-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Add a temporary symlink for backward compatibility
+  ln -s libaws-c-common.so.1 "$pkgdir"/usr/lib/libaws-c-common.so.0unstable
+}



More information about the arch-commits mailing list