From 25894c55f76e37480f554f8d054a9ae194c6f186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 21 Nov 2021 12:18:20 -0300 Subject: [PATCH] New package: lrcalc-2.1 --- common/shlibs | 1 + srcpkgs/lrcalc-devel | 1 + srcpkgs/lrcalc/template | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+) create mode 120000 srcpkgs/lrcalc-devel create mode 100644 srcpkgs/lrcalc/template diff --git a/common/shlibs b/common/shlibs index f4112f44c2ec..5527ea55eb6e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4026,6 +4026,7 @@ libarb.so.2 arb-2.20.0_1 libec.so.8 eclib-20210625_1 libsymmetrica.so.2 symmetrica-3.0.1_1 libLfunction.so lcalc-1.23_2 +liblrcalc.so.2 lrcalc-2.1_1 libwayland-client++.so.0 libwaylandpp-0.2.8_1 libwayland-cursor++.so.0 libwaylandpp-0.2.8_1 libwayland-egl++.so.0 libwaylandpp-0.2.8_1 diff --git a/srcpkgs/lrcalc-devel b/srcpkgs/lrcalc-devel new file mode 120000 index 000000000000..fbb89b21f5b3 --- /dev/null +++ b/srcpkgs/lrcalc-devel @@ -0,0 +1 @@ +lrcalc \ No newline at end of file diff --git a/srcpkgs/lrcalc/template b/srcpkgs/lrcalc/template new file mode 100644 index 000000000000..afa889b6d6ad --- /dev/null +++ b/srcpkgs/lrcalc/template @@ -0,0 +1,21 @@ +# Template file for 'lrcalc' +pkgname=lrcalc +version=2.1 +revision=1 +build_style=gnu-configure +short_desc="Littlewood-Richardson Calculator" +maintainer="Gonzalo TornarĂ­a " +license="GPL-3.0-or-later" +homepage="https://sites.math.rutgers.edu/~asbuch/lrcalc/" +distfiles="https://sites.math.rutgers.edu/~asbuch/lrcalc/lrcalc-$version.tar.gz" +checksum=996ac00e6ea8321ef09b34478f5379f613933c3254aeba624b6419b8afa5df57 + +lrcalc-devel_package() { + depends="${sourcepkg}>=${version}_${revision} ${makedepends}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" + } +}