[arch-commits] Commit in librttopo/repos (2 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Apr 5 13:30:23 UTC 2021
Date: Monday, April 5, 2021 @ 13:30:23
Author: jlichtblau
Revision: 911855
archrelease: copy trunk to community-staging-x86_64
Added:
librttopo/repos/community-staging-x86_64/
librttopo/repos/community-staging-x86_64/PKGBUILD
(from rev 911854, librttopo/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: librttopo/repos/community-staging-x86_64/PKGBUILD (from rev 911854, librttopo/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-04-05 13:30:23 UTC (rev 911855)
@@ -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=2
+pkgdesc="RT Topology Library"
+arch=('x86_64')
+url="https://git.osgeo.org/gitea/rttopo/librttopo"
+license=('GPL2')
+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