Signed-off-by: Aaron Bauman <bman@gentoo.org>
inherit toolchain-funcs
DESCRIPTION="library for floating point number manipulation"
-HOMEPAGE="http://www.libtom.net/"
+HOMEPAGE="https://www.libtom.net/"
SRC_URI="https://github.com/libtom/libtomfloat/releases/download/${PV}/ltf-${PV}.tar.bz2"
LICENSE="WTFPL-2"
-e 's:\<ar\>:$(AR):' \
-e 's:\<ranlib\>:$(RANLIB):' \
-e "/^LIBPATH/s:/lib:/$(get_libdir):" \
- makefile || die
+ makefile || die "Fixing makefile failed"
tc-export AR CC RANLIB
}
src_install() {
default
dodoc changes.txt float.pdf WARNING
- docinto demos ; dodoc demos/ex1.c
+ docinto demos
+ dodoc demos/ex1.c
}