File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A C++ unit testing framework"
33TERMUX_PKG_LICENSE=" LGPL-2.1"
44TERMUX_PKG_MAINTAINER=" @termux-user-repository"
55TERMUX_PKG_VERSION=1.15.1
6+ TERMUX_PKG_REVISION=1
67TERMUX_PKG_SRCURL=https://dev-www.libreoffice.org/src/cppunit-$TERMUX_PKG_VERSION .tar.gz
78TERMUX_PKG_SHA256=89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7
89
@@ -18,6 +19,10 @@ termux_step_post_configure() {
1819 sed -i ' s/ -shared / -Wl,--as-needed\0/g' ./libtool
1920}
2021
22+ termux_step_post_make_install () {
23+ ln -sr $PREFIX /lib/libcppunit-1.15.so $PREFIX /lib/libcppunit.so
24+ }
25+
2126termux_step_post_massage () {
2227 # Do not forget to bump revision of reverse dependencies and rebuild them
2328 # after SOVERSION is changed.
You can’t perform that action at this time.
0 commit comments