[arch-commits] Commit in (xca xca/repos xca/trunk xca/trunk/PKGBUILD)
Fabio Castelli
muflone at archlinux.org
Sun Jul 29 16:05:42 UTC 2018
Date: Sunday, July 29, 2018 @ 16:05:41
Author: muflone
Revision: 364835
Added:
xca/
xca/repos/
xca/trunk/
xca/trunk/PKGBUILD
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Added: xca/trunk/PKGBUILD
===================================================================
--- xca/trunk/PKGBUILD (rev 0)
+++ xca/trunk/PKGBUILD 2018-07-29 16:05:41 UTC (rev 364835)
@@ -0,0 +1,26 @@
+# $Id
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+
+pkgname=xca
+pkgver=2.1.0
+pkgrel=2
+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=('9d6adf3f6ae8a471a6f5fa3b76b98bf1c09baddb60847ceeae597aab400e36c9')
+
+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"
+}
Property changes on: xca/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list