[arch-commits] Commit in cern-vdt/repos (3 files)
Konstantin Gizdov
kgizdov at archlinux.org
Fri Feb 8 23:08:55 UTC 2019
Date: Friday, February 8, 2019 @ 23:08:53
Author: kgizdov
Revision: 430753
archrelease: copy trunk to community-x86_64
Added:
cern-vdt/repos/community-x86_64/
cern-vdt/repos/community-x86_64/.SRCINFO
(from rev 430752, cern-vdt/trunk/.SRCINFO)
cern-vdt/repos/community-x86_64/PKGBUILD
(from rev 430752, cern-vdt/trunk/PKGBUILD)
----------+
.SRCINFO | 17 +++++++++++++++++
PKGBUILD | 31 +++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
Copied: cern-vdt/repos/community-x86_64/.SRCINFO (from rev 430752, cern-vdt/trunk/.SRCINFO)
===================================================================
--- community-x86_64/.SRCINFO (rev 0)
+++ community-x86_64/.SRCINFO 2019-02-08 23:08:53 UTC (rev 430753)
@@ -0,0 +1,17 @@
+pkgbase = cern-vdt
+ pkgdesc = A vectorised math library from CERN
+ pkgver = 0.4.3
+ pkgrel = 1
+ url = https://github.com/dpiparo/vdt
+ arch = i686
+ arch = x86_64
+ license = LGPL3
+ makedepends = cmake
+ source = https://github.com/dpiparo/vdt/archive/v0.4.3.tar.gz
+ md5sums = f5e494e0c5d011a85d7aa6e022560781
+ sha1sums = 5f31e9f4c1755bfe14150a4d2668e3485169cdfe
+ sha256sums = 705674612ebb5c182b65a8f61f4d173eb7fe7cdeee2235b402541a492e08ace1
+ sha512sums = e1edbb71829527208f8c6ee89c8774f78db5e6a4221a3a79b538d8fd8df89da93ec66833509faecebeabf37f28a8a45d76e1f6b0d65af5eb1e6c7e1c26f42264
+
+pkgname = cern-vdt
+
Copied: cern-vdt/repos/community-x86_64/PKGBUILD (from rev 430752, cern-vdt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2019-02-08 23:08:53 UTC (rev 430753)
@@ -0,0 +1,31 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Raphael Isemann <teemperor at gmail dot com>
+
+pkgname=cern-vdt
+_pkgname=vdt
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='A vectorised math library from CERN'
+arch=('x86_64')
+url='https://github.com/dpiparo/vdt'
+license=('LGPL3')
+depends=('glibc')
+makedepends=('cmake' 'python')
+source=("https://github.com/dpiparo/${_pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('705674612ebb5c182b65a8f61f4d173eb7fe7cdeee2235b402541a492e08ace1')
+
+build() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+
+ mkdir build && cd build
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgname}-${pkgver}/build"
+
+ make DESTDIR="${pkgdir}/" install
+
+ install -Dm644 ../Licence.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list