[arch-commits] Commit in blosc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Sat Aug 11 17:46:25 UTC 2018
Date: Saturday, August 11, 2018 @ 17:46:24
Author: aginiewicz
Revision: 371168
archrelease: copy trunk to community-x86_64
Added:
blosc/repos/community-x86_64/PKGBUILD
(from rev 371167, blosc/trunk/PKGBUILD)
Deleted:
blosc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-11 17:46:17 UTC (rev 371167)
+++ PKGBUILD 2018-08-11 17:46:24 UTC (rev 371168)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=blosc
-pkgver=1.14.3
-pkgrel=1
-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=('f524184de42659a332c17e2785d87478')
-
-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
-}
Copied: blosc/repos/community-x86_64/PKGBUILD (from rev 371167, blosc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-11 17:46:24 UTC (rev 371168)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=blosc
+pkgver=1.14.4
+pkgrel=1
+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=('e80dfc71e4cba03b8d01ed0876547ffe')
+
+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