bc: Change distfiles url, update to version 1.06.95.
This commit is contained in:
parent
d2978c6ea2
commit
8ee532e63d
2 changed files with 3 additions and 17 deletions
srcpkgs/bc
|
@ -1,13 +0,0 @@
|
||||||
diff -wbBur bc-1.06/bc/scan.l bc-1.06.my/bc/scan.l
|
|
||||||
--- bc/scan.l 2000-09-13 22:25:47 +0400
|
|
||||||
+++ bc/scan.l 2006-12-25 12:39:34 +0300
|
|
||||||
@@ -143,7 +143,9 @@
|
|
||||||
|
|
||||||
/* Definitions for readline access. */
|
|
||||||
extern FILE *rl_instream;
|
|
||||||
+#if 0
|
|
||||||
_PROTOTYPE(char *readline, (char *));
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
/* rl_input puts upto MAX characters into BUF with the number put in
|
|
||||||
BUF placed in *RESULT. If the yy input file is the same as
|
|
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'bc'
|
# Template file for 'bc'
|
||||||
pkgname=bc
|
pkgname=bc
|
||||||
version=1.06
|
version=1.06.95
|
||||||
revision=1
|
distfiles="http://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-readline"
|
configure_args="--with-readline"
|
||||||
short_desc="An arbitrary precision numeric processing language."
|
short_desc="An arbitrary precision numeric processing language."
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
homepage="http://www.gnu.org/software/${pkgname}/"
|
homepage="http://www.gnu.org/software/${pkgname}/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
checksum=4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33
|
checksum=7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc
|
||||||
long_desc="
|
long_desc="
|
||||||
bc is an arbitrary precision numeric processing language. Syntax is similar
|
bc is an arbitrary precision numeric processing language. Syntax is similar
|
||||||
to C, but differs in many substantial areas. It supports interactive
|
to C, but differs in many substantial areas. It supports interactive
|
||||||
|
|
Loading…
Reference in a new issue