diff --git a/srcpkgs/sc-im/template b/srcpkgs/sc-im/template index 4e428b0828..b6ff5e4cab 100644 --- a/srcpkgs/sc-im/template +++ b/srcpkgs/sc-im/template @@ -1,12 +1,12 @@ # Template file for 'sc-im' pkgname=sc-im -version=0.6.0 -revision=2 +version=0.7.0 +revision=1 build_wrksrc="src" build_style=gnu-makefile make_build_args="prefix=/usr CFLAGS+=-DXLS LDLIBS+=-lxlsreader" make_install_args="prefix=/usr" -hostmakedepends="bison pkg-config" +hostmakedepends="bison pkg-config gnuplot" makedepends="libxls-devel libxml2-devel libzip-devel lua51-devel ncurses-devel" depends="less" short_desc="SpreadSheet Calculator (sc) Improvised" @@ -14,12 +14,12 @@ maintainer="Leah Neukirchen " license="4-clause-BSD" homepage="https://github.com/andmarti1424/sc-im/" distfiles="https://github.com/andmarti1424/${pkgname}/archive/v${version}.tar.gz" -checksum=5da644d380ab3752de283b83cce18c3ba12b068d0762c44193c34367a0dcbc38 +checksum=87225918cb6f52bbc068ee6b12eaf176c7c55ba9739b29ca08cb9b6699141cad post_extract() { sed -i -e 's/lua51/lua5.1/g' \ - -e 's/^CFLAGS/override &/' \ - -e 's/^LDLIBS/override &/' src/Makefile + -e 's/^ *CFLAGS/override &/' \ + -e 's/^ *LDLIBS/override &/' src/Makefile } post_install() { vlicense ../LICENSE