sc-im: update to 0.4.0.
This commit is contained in:
parent
12db26ded0
commit
99ed28ac8e
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sc-im'
|
||||
pkgname=sc-im
|
||||
version=0.3.0
|
||||
version=0.4.0
|
||||
revision=1
|
||||
build_wrksrc="src"
|
||||
build_style=gnu-makefile
|
||||
|
@ -12,10 +12,11 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="BSD"
|
||||
homepage="https://github.com/andmarti1424/sc-im/"
|
||||
distfiles="https://github.com/andmarti1424/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=d721e8fb850ebe3c590311ab14e37e92b3340a19e41cdfd67798fdcfac6fae3b
|
||||
checksum=e9a6d0a87d4f9a657bb8b87bdde9141e42c8916fbb6879d07564ffb67302f68a
|
||||
|
||||
post_extract() {
|
||||
sed -i 's,<ncursesw/,<,g' src/*.[ch]
|
||||
sed -i 's,ishiden,isHidden,g' src/xls.c
|
||||
}
|
||||
do_build() {
|
||||
make -j1 CC="$CC" XLS=-DXLS XLSX=-DXLSX \
|
||||
|
|
Loading…
Reference in a new issue