New package: lrcalc-1.2
This commit is contained in:
parent
290d0ac224
commit
801be490e2
3 changed files with 23 additions and 0 deletions
|
@ -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.1 lrcalc-1.2_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
|
||||
|
|
1
srcpkgs/lrcalc-devel
Symbolic link
1
srcpkgs/lrcalc-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
lrcalc
|
21
srcpkgs/lrcalc/template
Normal file
21
srcpkgs/lrcalc/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'lrcalc'
|
||||
pkgname=lrcalc
|
||||
version=1.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Littlewood-Richardson Calculator"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
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=792dd538a0d19698be2c5b8c138730bbb4820e8a44e03b001ae14bd5f1d7040b
|
||||
|
||||
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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue