[arch-commits] Commit in blosc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Sun Feb 10 13:47:46 UTC 2019
Date: Sunday, February 10, 2019 @ 13:47:45
Author: aginiewicz
Revision: 431433
archrelease: copy trunk to community-x86_64
Added:
blosc/repos/community-x86_64/PKGBUILD
(from rev 431432, blosc/trunk/PKGBUILD)
Deleted:
blosc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-10 13:47:38 UTC (rev 431432)
+++ PKGBUILD 2019-02-10 13:47:45 UTC (rev 431433)
@@ -1,39 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=blosc
-pkgver=1.15.1
-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/${pkgver}.tar.gz")
-sha1sums=('3fedbf41f06f93a26728d489e83f2f7ab363a825')
-
-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 431432, blosc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-10 13:47:45 UTC (rev 431433)
@@ -0,0 +1,39 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=blosc
+pkgver=1.16.2
+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")
+sha1sums=('a02400f0a928116fb05c8958a8e59f4348863c48')
+
+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