sc-im: update to 0.8.3.
This commit is contained in:
parent
c9b7508168
commit
477dc9c9c2
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'sc-im'
|
# Template file for 'sc-im'
|
||||||
pkgname=sc-im
|
pkgname=sc-im
|
||||||
version=0.8.2
|
version=0.8.3
|
||||||
revision=4
|
revision=1
|
||||||
build_wrksrc="src"
|
build_wrksrc="src"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="CFLAGS+=-DXLS LDLIBS+=-lxlsreader"
|
make_build_args="CFLAGS+=-DXLS LDLIBS+=-lxlsreader"
|
||||||
hostmakedepends="bison pkg-config gnuplot which"
|
hostmakedepends="bison pkg-config gnuplot which"
|
||||||
makedepends="libxls-devel libxlsxwriter-devel libxml2-devel libzip-devel
|
makedepends="libxls-devel libxlsxwriter-devel libxml2-devel libzip-devel
|
||||||
lua51-devel ncurses-devel"
|
lua54-devel ncurses-devel"
|
||||||
depends="less"
|
depends="less"
|
||||||
short_desc="SpreadSheet Calculator (sc) Improvised"
|
short_desc="SpreadSheet Calculator (sc) Improvised"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-4-Clause"
|
license="BSD-4-Clause"
|
||||||
homepage="https://github.com/andmarti1424/sc-im/"
|
homepage="https://github.com/andmarti1424/sc-im/"
|
||||||
distfiles="https://github.com/andmarti1424/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/andmarti1424/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=7f00c98601e7f7709431fb4cbb83707c87016a3b015d48e5a7c2f018eff4b7f7
|
checksum=5568f9987b6d26535c0e7a427158848f1bc03d829f74e41cbcf007d8704e9bd3
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -i -e 's/lua51/lua5.1/g' \
|
vsed -i -e 's/lua51/lua5.1/g' \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue