mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
parent
4ca736badb
commit
d07f59a076
1 changed files with 23 additions and 0 deletions
23
srcpkgs/skb/template
Normal file
23
srcpkgs/skb/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'skb'
|
||||||
|
pkgname=skb
|
||||||
|
version=0.4
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
makedepends="libX11-devel"
|
||||||
|
short_desc="Simple keyboard layout indicator"
|
||||||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://plhk.ru/"
|
||||||
|
distfiles="http://plhk.ru/static/skb/skb-${version}.tar.gz"
|
||||||
|
checksum=635d1108ce9d86ac011f0871d1af6e3debb64700ee4682ecb764da0b629ffa64
|
||||||
|
|
||||||
|
LDFLAGS="-lX11"
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
LD="$CC"
|
||||||
|
}
|
||||||
|
|
||||||
|
# REMARKS:
|
||||||
|
# We overwrite LD because:
|
||||||
|
# ld: unrecognized option '-specs=/void-packages/common/environment/configure/gccspecs/hardened-ld'
|
||||||
|
# but it works just fine with cc instead.
|
Loading…
Add table
Reference in a new issue