rover: pass LDFLAGS.
This commit is contained in:
parent
cd78b8e9b1
commit
bcba54d050
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'rover'
|
# Template file for 'rover'
|
||||||
pkgname=rover
|
pkgname=rover
|
||||||
version=0.4.1
|
version=0.4.1
|
||||||
revision=1
|
revision=2
|
||||||
#build_style=gnu-makefile
|
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Simple file browser for the terminal"
|
short_desc="Simple file browser for the terminal"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
@ -12,7 +11,7 @@ distfiles="https://github.com/lecram/rover/archive/v${version}.tar.gz"
|
||||||
checksum=4437321d37f3e552e8abd19ad3d391a4e08472b584179b45d3d1a3a5c24db57b
|
checksum=4437321d37f3e552e8abd19ad3d391a4e08472b584179b45d3d1a3a5c24db57b
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs} LDLIBS="-lncursesw $LDFLAGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue