New package: symmetrica-3.0.1
This commit is contained in:
parent
1b2ed27c6c
commit
fae4025958
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
symmetrica
|
|
@ -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 <tornaria@cmat.edu.uy>"
|
||||
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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue