[arch-commits] Commit in libdatovka/repos (community-x86_64 community-x86_64/PKGBUILD)

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Sun Oct 3 12:03:03 UTC 2021


    Date: Sunday, October 3, 2021 @ 12:03:03
  Author: jlichtblau
Revision: 1027176

archrelease: copy trunk to community-x86_64

Added:
  libdatovka/repos/community-x86_64/
  libdatovka/repos/community-x86_64/PKGBUILD
    (from rev 1027175, libdatovka/trunk/PKGBUILD)

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

Copied: libdatovka/repos/community-x86_64/PKGBUILD (from rev 1027175, libdatovka/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-10-03 12:03:03 UTC (rev 1027176)
@@ -0,0 +1,27 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=libdatovka
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="ISDS client library"
+arch=('x86_64')
+url="https://www.datovka.cz/cs/pages/libdatovka.html"
+license=('LGPL')
+depends=('libxml2' 'openssl' 'curl')
+makedepends=('docbook-xsl')
+source=(https://secure.nic.cz/files/datove_schranky/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('2c8835e30a4dac61d91596a9bc45ea5a53ea478855396388f66819c1444c3611')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+    --with-docbook-xsl-stylesheets=/usr/share/xml/docbook/xsl-stylesheets-1.79.2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list