xskat: fix pass CFLAGS and LDFLAGS.
This commit is contained in:
parent
ef3c345a8b
commit
8dc073ffc0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xskat'
|
||||
pkgname=xskat
|
||||
version=4.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config xorg-util-macros imake xorg-cf-files gccmakedep"
|
||||
makedepends="libX11-devel"
|
||||
|
@ -12,6 +12,9 @@ homepage="http://www.xskat.de"
|
|||
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||
checksum=8ba52797ccbd131dce69b96288f525b0d55dee5de4008733f7a5a51deb831c10
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} CCOPTIONS="$CFLAGS" LOCAL_LDFLAGS="$LDFLAGS"
|
||||
}
|
||||
post_install() {
|
||||
vman xskat.man xskat.6
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue