New package: gmio-0.4.1
This commit is contained in:
parent
68be27176a
commit
1e83f5c701
|
@ -3755,6 +3755,7 @@ libnvpair.so.1 zfs-0.8.2_1
|
|||
libzfs_core.so.1 zfs-0.8.3_1
|
||||
libzpool.so.2 zfs-0.8.3_1
|
||||
libuutil.so.1 zfs-0.8.3_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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
gmio
|
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'gmio'
|
||||
pkgname=gmio
|
||||
version=0.4.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DGMIO_USE_BUNDLED_ZLIB=OFF"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="C library for geometry input/output"
|
||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||
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
|
||||
}
|
||||
|
||||
gmio-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/src
|
||||
vmove "usr/lib/*.a"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue