[arch-commits] Commit in laszip/repos (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed May 17 01:34:28 UTC 2017


    Date: Wednesday, May 17, 2017 @ 01:34:27
  Author: svenstaro
Revision: 228344

archrelease: copy trunk to community-i686, community-x86_64

Added:
  laszip/repos/community-i686/
  laszip/repos/community-i686/PKGBUILD
    (from rev 228343, laszip/trunk/PKGBUILD)
  laszip/repos/community-x86_64/
  laszip/repos/community-x86_64/PKGBUILD
    (from rev 228343, laszip/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: laszip/repos/community-i686/PKGBUILD (from rev 228343, laszip/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-17 01:34:27 UTC (rev 228344)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Maciej Sieczka <msieczka at sieczka dot org>
+# Contributor: Michael <mbostwick89 at gmail.com>
+
+pkgname=laszip
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='ASPRS LAS lossless compression library'
+arch=('i686' 'x86_64')
+url='http://www.laszip.org'
+license=('LGPL')
+source=("http://download.osgeo.org/laszip/${pkgname}-src-${pkgver}.tar.bz2")
+sha512sums=('da523243b93296e308eff9121adf9c2a917fc934b21a92a64d192aaa5a1dfbfededc347f5d5ce7b51ea7a5eb5972dc0a5724d50bef26406b359a85c578c60ef8')
+
+build() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  ./configure --prefix='/usr' --includedir="/usr/include/${pkgname}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}

Copied: laszip/repos/community-x86_64/PKGBUILD (from rev 228343, laszip/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-17 01:34:27 UTC (rev 228344)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Maciej Sieczka <msieczka at sieczka dot org>
+# Contributor: Michael <mbostwick89 at gmail.com>
+
+pkgname=laszip
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='ASPRS LAS lossless compression library'
+arch=('i686' 'x86_64')
+url='http://www.laszip.org'
+license=('LGPL')
+source=("http://download.osgeo.org/laszip/${pkgname}-src-${pkgver}.tar.bz2")
+sha512sums=('da523243b93296e308eff9121adf9c2a917fc934b21a92a64d192aaa5a1dfbfededc347f5d5ce7b51ea7a5eb5972dc0a5724d50bef26406b359a85c578c60ef8')
+
+build() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  ./configure --prefix='/usr' --includedir="/usr/include/${pkgname}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list