lcalc: add shlib_provides
This commit is contained in:
parent
6aa93d65ef
commit
2592fd6aa2
|
@ -4024,6 +4024,7 @@ 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
|
||||
libLfunction.so lcalc-1.23_2
|
||||
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,7 +1,7 @@
|
|||
# Template file for 'lcalc'
|
||||
pkgname=lcalc
|
||||
version=1.23
|
||||
revision=1
|
||||
revision=2
|
||||
build_wrksrc="src"
|
||||
build_style=gnu-makefile
|
||||
makedepends="gmp-devel pari-devel"
|
||||
|
@ -22,6 +22,7 @@ checksum="83d4253ec2f38553b21190d6d0c6b71bab7ea14717f6dde5bd18f60775d3cdb0
|
|||
dde1f80b0ca42fb43917c24e6016c19e4a8d28de9c50cd0a523a318866bdc0eb
|
||||
941d4ac025f5d6f0142fb785b27f7a221729466dc83d45fd206cce102c012eaf
|
||||
045f23ea9131b8039001c8f13d22152f7b3c2e91adcf8c555354eaf39e7a7b48"
|
||||
shlib_provides="libLfunction.so"
|
||||
|
||||
# get patches from sagemath
|
||||
_patchurl="https://git.sagemath.org/sage.git/plain/build/pkgs/lcalc/patches"
|
||||
|
|
Loading…
Reference in New Issue