mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
sc-im: fix paths.
This commit is contained in:
parent
f207b3ff75
commit
36c40b8f2c
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'sc-im'
|
# Template file for 'sc-im'
|
||||||
pkgname=sc-im
|
pkgname=sc-im
|
||||||
version=0.6.0
|
version=0.6.0
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc="src"
|
build_wrksrc="src"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="CFLAGS+=-DXLS LDLIBS+=-lxlsreader"
|
make_build_args="prefix=/usr CFLAGS+=-DXLS LDLIBS+=-lxlsreader"
|
||||||
make_install_args="prefix=/usr"
|
make_install_args="prefix=/usr"
|
||||||
hostmakedepends="bison pkg-config"
|
hostmakedepends="bison pkg-config"
|
||||||
makedepends="libxls-devel libxml2-devel libzip-devel lua51-devel ncurses-devel"
|
makedepends="libxls-devel libxml2-devel libzip-devel lua51-devel ncurses-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue