[arch-commits] Commit in xca/repos (2 files)

Fabio Castelli muflone at archlinux.org
Fri Mar 29 20:22:49 UTC 2019


    Date: Friday, March 29, 2019 @ 20:22:48
  Author: muflone
Revision: 446086

archrelease: copy trunk to community-testing-x86_64

Added:
  xca/repos/community-testing-x86_64/
  xca/repos/community-testing-x86_64/PKGBUILD
    (from rev 446085, xca/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: xca/repos/community-testing-x86_64/PKGBUILD (from rev 446085, xca/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-03-29 20:22:48 UTC (rev 446086)
@@ -0,0 +1,25 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+
+pkgname=xca
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Graphical user interface to OpenSSL, RSA/DSA public keys, certificates, signing requests and revokation lists'
+arch=('x86_64')
+url='https://hohnstaedt.de/xca/'
+license=('BSD')
+depends=('qt5-tools' 'libltdl' 'desktop-file-utils' 'gtk-update-icon-cache')
+source=("https://github.com/chris2511/${pkgname}/releases/download/RELEASE.${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('fc845470a02b0b4534b46590be307f784662071fc412fdcad605c3bce901fe05')
+
+build () {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --with-openssl
+  sed -i  -r 's/(^LDFLAGS.*$)/LDFLAGS='"'"'-lstdc++'"'"'/' Local.mak
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install destdir="${pkgdir}"
+  install -m 644 -D COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+}



More information about the arch-commits mailing list