xbanish: respect our LDFLAGS
This commit is contained in:
parent
2162d07f32
commit
7f2ec7b026
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xbanish'
|
# Template file for 'xbanish'
|
||||||
pkgname=xbanish
|
pkgname=xbanish
|
||||||
version=1.4
|
version=1.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libXfixes-devel libXt-devel libXi-devel libX11-devel"
|
makedepends="libXfixes-devel libXt-devel libXi-devel libX11-devel"
|
||||||
short_desc="Banish the mouse cursor when typing, show it again when the mouse moves"
|
short_desc="Banish the mouse cursor when typing, show it again when the mouse moves"
|
||||||
|
@ -11,6 +11,10 @@ homepage="https://github.com/jcs/xbanish"
|
||||||
distfiles="https://github.com/jcs/xbanish/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jcs/xbanish/archive/v${version}.tar.gz"
|
||||||
checksum=df90d1fe2c2215e0bdfd3b6a3151ac29553248abd293f428760f8015e82d8c64
|
checksum=df90d1fe2c2215e0bdfd3b6a3151ac29553248abd293f428760f8015e82d8c64
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
export LIBS="$LDFLAGS"
|
||||||
|
}
|
||||||
|
|
||||||
do_install(){
|
do_install(){
|
||||||
vbin xbanish
|
vbin xbanish
|
||||||
vman xbanish.1
|
vman xbanish.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue