From 97fad90bfb2037c684bc319282cb397999e62de9 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Thu, 19 Oct 2023 13:51:13 -0400 Subject: [PATCH] New package: librtprocess-0.12.0 --- srcpkgs/librtprocess-devel | 1 + srcpkgs/librtprocess/template | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 120000 srcpkgs/librtprocess-devel create mode 100644 srcpkgs/librtprocess/template diff --git a/srcpkgs/librtprocess-devel b/srcpkgs/librtprocess-devel new file mode 120000 index 0000000000000..95794d1128ce2 --- /dev/null +++ b/srcpkgs/librtprocess-devel @@ -0,0 +1 @@ +librtprocess \ No newline at end of file diff --git a/srcpkgs/librtprocess/template b/srcpkgs/librtprocess/template new file mode 100644 index 0000000000000..1c32ee0a361a8 --- /dev/null +++ b/srcpkgs/librtprocess/template @@ -0,0 +1,27 @@ +# Template file for 'librtprocess' +pkgname=librtprocess +version=0.12.0 +revision=1 +build_style=cmake +hostmakedepends="pkg-config" +makedepends="libgomp-devel" +short_desc="RawTherapee's processing algorithms" +maintainer="Daniel Martinez " +license="GPL-3.0-or-later" +homepage="https://github.com/CarVac/librtprocess" +distfiles="https://github.com/CarVac/librtprocess/archive/refs/tags/${version}.tar.gz" +checksum=ed6862b1491559e71dbebe8cbb299008fb16e230acf3bb9d42bd52942644c4d9 + +CFLAGS="-O3" +CXXFLAGS="-O3" + +librtprocess-devel_package() { + depends="${makedepends} librtprocess>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}