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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Apr 5 13:24:23 UTC 2021


    Date: Monday, April 5, 2021 @ 13:24:22
  Author: jlichtblau
Revision: 911853

archrelease: copy trunk to community-x86_64

Added:
  librttopo/repos/community-x86_64/
  librttopo/repos/community-x86_64/PKGBUILD
    (from rev 911852, librttopo/trunk/PKGBUILD)

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

Copied: librttopo/repos/community-x86_64/PKGBUILD (from rev 911852, librttopo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-04-05 13:24:22 UTC (rev 911853)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Samuel Fernando Mesa <samuelmesa dot linuxmail.org>
+
+pkgname=librttopo
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="RT Topology Library"
+arch=('x86_64')
+url="https://git.osgeo.org/gitea/rttopo/librttopo"
+license=('GPLv2')
+depends=('geos' 'proj')
+makedepends=('cmake')
+source=(https://git.osgeo.org/gitea/rttopo/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('2e2fcabb48193a712a6c76ac9a9be2a53f82e32f91a2bc834d9f1b4fa9cd879f')
+
+check() {
+  cd "${srcdir}"/$pkgname
+
+  make check
+}
+
+build() {
+  cd "${srcdir}"/$pkgname
+  
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname
+  
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list