From fae40259585c9ae1180ac080a421e6896fb63d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 10 Nov 2021 14:32:30 -0300 Subject: [PATCH] New package: symmetrica-3.0.1 --- common/shlibs | 1 + srcpkgs/symmetrica-devel | 1 + srcpkgs/symmetrica/template | 30 ++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 120000 srcpkgs/symmetrica-devel create mode 100644 srcpkgs/symmetrica/template diff --git a/common/shlibs b/common/shlibs index d5af0a70801..7e97899ce69 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4023,6 +4023,7 @@ libntl.so.44 ntl-11.5.1_1 libflint.so.16 flintlib-2.8.0_1 libarb.so.2 arb-2.20.0_1 libec.so.8 eclib-20210625_1 +libsymmetrica.so.2 symmetrica-3.0.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/symmetrica-devel b/srcpkgs/symmetrica-devel new file mode 120000 index 00000000000..e9b2e194526 --- /dev/null +++ b/srcpkgs/symmetrica-devel @@ -0,0 +1 @@ +symmetrica \ No newline at end of file diff --git a/srcpkgs/symmetrica/template b/srcpkgs/symmetrica/template new file mode 100644 index 00000000000..b6b53d3cbf6 --- /dev/null +++ b/srcpkgs/symmetrica/template @@ -0,0 +1,30 @@ +# Template file for 'symmetrica' +pkgname=symmetrica +version=3.0.1 +revision=1 +build_style=gnu-configure +hostmakedepends="automake libtool" +short_desc="Collection of C routines for representation theory" +maintainer="Gonzalo TornarĂ­a " +license="ISC" +homepage="https://gitlab.com/sagemath/symmetrica" +distfiles="https://gitlab.com/sagemath/symmetrica/-/archive/${version}/symmetrica-${version}.tar.bz2" +checksum=260028143f3ea3594fed75651e10176d2f53edae5e1af1661d5b82d617e233d6 + +pre_configure() { + autoreconf -fi +} + +post_install() { + vlicense LICENSE +} + +symmetrica-devel_package() { + depends="${sourcepkg}>=${version}_${revision} ${makedepends}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" + } +}