mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
calc: update to 2.14.0.8.
This commit is contained in:
parent
6e1bbebe10
commit
0f04cf2465
2 changed files with 5 additions and 4 deletions
|
@ -1597,8 +1597,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.12.7.1 libcalc-2.12.7.1_1
|
libcalc.so.2.14.0.8 libcalc-2.14.0.8_1
|
||||||
libcustcalc.so.2.12.7.1 libcalc-2.12.7.1_1
|
libcustcalc.so.2.14.0.8 libcalc-2.14.0.8_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
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'calc'
|
# Template file for 'calc'
|
||||||
pkgname=calc
|
pkgname=calc
|
||||||
version=2.12.7.1
|
version=2.14.0.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_build_args="ARCH_CFLAGS="
|
||||||
make_install_args="T=$""{DESTDIR}"
|
make_install_args="T=$""{DESTDIR}"
|
||||||
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=eb1dc5dd680019e30264109167e20539fe9ac869049d8b1639781a51d1dea84c
|
checksum=ad6a2c44eeea7e06efca5384f107ffaee7564407a7474d7cd4928a53b1a28386
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue