calc: update to 2.14.1.2.
This commit is contained in:
parent
e813f66e13
commit
24395572b5
@ -1623,8 +1623,8 @@ libfreerdp-server2.so.2 libfreerdp-server-2.4.0_1
|
|||||||
libfreerdp-shadow-subsystem2.so.2 libfreerdp-server-2.4.0_1
|
libfreerdp-shadow-subsystem2.so.2 libfreerdp-server-2.4.0_1
|
||||||
libfreerdp-shadow2.so.2 libfreerdp-server-2.4.0_1
|
libfreerdp-shadow2.so.2 libfreerdp-server-2.4.0_1
|
||||||
libcppunit-1.15.so.1 libcppunit-1.15.1_1
|
libcppunit-1.15.so.1 libcppunit-1.15.1_1
|
||||||
libcalc.so.2.14.0.8 libcalc-2.14.0.8_1
|
libcalc.so.2.14.1.2 libcalc-2.14.1.2_1
|
||||||
libcustcalc.so.2.14.0.8 libcalc-2.14.0.8_1
|
libcustcalc.so.2.14.1.2 libcalc-2.14.1.2_1
|
||||||
libOgreMain.so.1.12.9 libogre-1.12.9_1
|
libOgreMain.so.1.12.9 libogre-1.12.9_1
|
||||||
libOgreBites.so.1.12.9 libogre-1.12.9_1
|
libOgreBites.so.1.12.9 libogre-1.12.9_1
|
||||||
libOgreOverlay.so.1.12.9 libogre-1.12.9_1
|
libOgreOverlay.so.1.12.9 libogre-1.12.9_1
|
||||||
|
@ -6,10 +6,10 @@ index 8b68804..db24dce 100644
|
|||||||
#
|
#
|
||||||
# If in doubt, leave HAVE_FPOS empty and this Makefile will figure it out.
|
# If in doubt, leave HAVE_FPOS empty and this Makefile will figure it out.
|
||||||
#
|
#
|
||||||
-HAVE_FPOS=
|
-HAVE_FGETSETPOS=
|
||||||
-#HAVE_FPOS= -DHAVE_NO_FPOS
|
-#HAVE_FGETSETPOS= -DHAVE_NO_FGETSETPOS
|
||||||
+#HAVE_FPOS=
|
+#HAVE_FGETSETPOS=
|
||||||
+HAVE_FPOS= -DHAVE_NO_FPOS
|
+HAVE_FGETSETPOS= -DHAVE_NO_FGETSETPOS
|
||||||
|
|
||||||
# Determine if we have an __pos element of a file position (fpos_t) structure.
|
# Determine if we have an __pos element of a file position (fpos_t) structure.
|
||||||
#
|
#
|
||||||
|
@ -1,16 +1,17 @@
|
|||||||
# Template file for 'calc'
|
# Template file for 'calc'
|
||||||
pkgname=calc
|
pkgname=calc
|
||||||
version=2.14.0.8
|
version=2.14.1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="ARCH_CFLAGS="
|
make_build_args="ARCH_CFLAGS="
|
||||||
make_install_args="T=$""{DESTDIR}"
|
make_install_args="T=$""{DESTDIR}"
|
||||||
|
makedepends="readline-devel"
|
||||||
short_desc="C-style arbitrary precision calculator"
|
short_desc="C-style arbitrary precision calculator"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
homepage="http://www.isthe.com/chongo/tech/comp/calc/index.html"
|
homepage="http://www.isthe.com/chongo/tech/comp/calc/index.html"
|
||||||
distfiles="http://www.isthe.com/chongo/src/calc/calc-${version}.tar.bz2"
|
distfiles="http://www.isthe.com/chongo/src/calc/calc-${version}.tar.bz2"
|
||||||
checksum=ad6a2c44eeea7e06efca5384f107ffaee7564407a7474d7cd4928a53b1a28386
|
checksum=de8f232a6118c4d42d1313a48ea4d5536e26b52a24f93fd19d1c3a8283734e13
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
@ -1 +1 @@
|
|||||||
pattern='([0-9.])+(?=_IS_LATEST_STABLE)'
|
pattern='([0-9.])+(?=_IS_LATEST_PRODUCTION)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user