[arch-commits] Commit in blosc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Sun Aug 9 15:14:32 UTC 2020
Date: Sunday, August 9, 2020 @ 15:14:32
Author: aginiewicz
Revision: 673149
archrelease: copy trunk to community-x86_64
Added:
blosc/repos/community-x86_64/PKGBUILD
(from rev 673148, blosc/trunk/PKGBUILD)
Deleted:
blosc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-09 15:14:26 UTC (rev 673148)
+++ PKGBUILD 2020-08-09 15:14:32 UTC (rev 673149)
@@ -1,39 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=blosc
-pkgver=1.19.0
-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=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz")
-sha256sums=('cf3d6193fece9becddb62248b9981bf78cf1c7faf58150fd520d4755cd622488')
-
-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 673148, blosc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-09 15:14:32 UTC (rev 673149)
@@ -0,0 +1,39 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=blosc
+pkgver=1.20.0
+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=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz")
+sha256sums=('992ab5b475b7ba94f91c5ce58359ff0d6069fc65ba0c5bee373db8daecb17ce0')
+
+build() {
+ cd "${srcdir}"
+ rm -rf build
+ mkdir build
+ cd build
+
+ cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+ -DDEACTIVATE_SNAPPY="OFF" \
+ -DPREFER_EXTERNAL_LZ4="ON" \
+ -DPREFER_EXTERNAL_ZLIB="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