From d3e2db05214cfe475e4e3cd9d34d66217c677ed2 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Sun, 15 Sep 2019 19:07:37 -0400 Subject: [PATCH] New package: gmio-0.4.1 --- common/shlibs | 1 + srcpkgs/gmio/template | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 srcpkgs/gmio/template diff --git a/common/shlibs b/common/shlibs index 35c51bac5dc..706edd77824 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3786,6 +3786,7 @@ libtss2-tcti-mssim.so.0 tpm2-tss-2.3.1_1 libtss2-tctildr.so.0 tpm2-tss-2.3.1_1 libzfs.so.2 zfs-0.8.2_1 libnvpair.so.1 zfs-0.8.2_1 +libgmio.so gmio-0.4.1_1 libjsonnet.so.0 jsonnet-0.14.0_2 libjsonnet++.so.0 jsonnet-0.14.0_2 libigdgmm.so.11 intel-gmmlib-19.4.1_1 diff --git a/srcpkgs/gmio/template b/srcpkgs/gmio/template new file mode 100644 index 00000000000..df21d4c708c --- /dev/null +++ b/srcpkgs/gmio/template @@ -0,0 +1,18 @@ +# Template file for 'gmio' +pkgname=gmio +version=0.4.1 +revision=1 +wrksrc=${pkgname}-${version} +build_style=cmake +configure_args="-DGMIO_USE_BUNDLED_ZLIB=OFF" +makedepends="zlib-devel" +short_desc="C library for geometry input/output" +maintainer="Karl Nilsson " +license="BSD-2-Clause" +homepage="https://github.com/fougue/gmio/" +distfiles="https://github.com/fougue/gmio/archive/v${version}.tar.gz" +checksum=d22d5851a2c1e6f08e0410b8a2a642481f5e77ed95a2b90e3cfcb186e7245fab + +post_install() { + vlicense LICENSE.txt +}