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

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Nov 30 18:51:05 UTC 2017


    Date: Thursday, November 30, 2017 @ 18:51:04
  Author: aginiewicz
Revision: 270867

archrelease: copy trunk to community-x86_64

Added:
  blosc/repos/community-x86_64/PKGBUILD
    (from rev 270866, blosc/trunk/PKGBUILD)
Deleted:
  blosc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 40 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-30 18:50:54 UTC (rev 270866)
+++ PKGBUILD	2017-11-30 18:51:04 UTC (rev 270867)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=blosc
-pkgver=1.12.1
-pkgrel=1
-pkgdesc='A blocking, shuffling and loss-less compression library.'
-arch=('i686' 'x86_64')
-url='http://blosc.org/'
-license=('BSD')
-depends=('lz4' 'snappy' 'zlib' 'zstd')
-makedepends=('cmake')
-options=(staticlibs)
-source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz")
-md5sums=('6fa4ecb7ef70803a190dd386bf4a2e93')
-
-build() {
-  cd "${srcdir}"
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
-        -DPREFER_EXTERNAL_LZ4="ON" \
-        -DBUILD_TESTS="OFF" \
-        ../c-blosc-${pkgver}
-
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: blosc/repos/community-x86_64/PKGBUILD (from rev 270866, blosc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-30 18:51:04 UTC (rev 270867)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=blosc
+pkgver=1.12.1
+pkgrel=2
+pkgdesc='A blocking, shuffling and loss-less compression library.'
+arch=('x86_64')
+url='http://blosc.org/'
+license=('BSD')
+depends=('snappy' 'zstd')
+makedepends=('cmake')
+options=(staticlibs)
+source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz")
+md5sums=('6fa4ecb7ef70803a190dd386bf4a2e93')
+
+build() {
+  cd "${srcdir}"
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+        -DPREFER_EXTERNAL_LZ4="ON" \
+	-DPREFER_EXTERNAL_ZLIB="ON" \
+	-DPREFER_EXTERNAL_SNAPPY="ON" \
+	-DPREFER_EXTERNAL_ZSTD="ON" \
+        -DBUILD_TESTS="OFF" \
+        ../c-blosc-${pkgver}
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}



More information about the arch-commits mailing list