void-packages/srcpkgs/CImg/template
2020-06-26 16:18:09 -05:00

22 lines
645 B
Bash

# Template file for 'CImg'
pkgname=CImg
version=2.9.1
revision=1
archs=noarch
wrksrc="CImg-v.${version}"
depends="libgraphicsmagick-devel fftw-devel"
short_desc="Open-source C++ toolkit for image processing"
maintainer="Robert Lowry <bobertlo@gmail.com>"
license="CECILL-2.0, CECILL-C"
homepage="http://cimg.eu"
distfiles="https://github.com/dtschump/CImg/archive/v.${version}.tar.gz"
checksum=3ad10cb8842e945af208a05b8ed36f4428317ef754c6e341e4ca6ac70b8a8540
do_install() {
vlicense Licence_CeCILL_V2-en.txt
vlicense Licence_CeCILL-C_V1-en.txt
vinstall CImg.h 644 usr/include
vmkdir usr/include/CImg
vcopy "plugins/*.h" usr/include/CImg
}