mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
xskat: build with gnu-makefile
This commit is contained in:
parent
094e9f5a6d
commit
7dc5d24bf5
1 changed files with 8 additions and 8 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'xskat'
|
# Template file for 'xskat'
|
||||||
pkgname=xskat
|
pkgname=xskat
|
||||||
version=4.0
|
version=4.0
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config xorg-util-macros imake xorg-cf-files gccmakedep"
|
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
short_desc="The card game Skat for Linux"
|
short_desc="The card game Skat for Linux"
|
||||||
maintainer="Markus Berger <pulux@pf4sh.de>"
|
maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||||
license="BSD"
|
license="custom:xskat"
|
||||||
homepage="http://www.xskat.de"
|
homepage="http://www.xskat.de"
|
||||||
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=8ba52797ccbd131dce69b96288f525b0d55dee5de4008733f7a5a51deb831c10
|
checksum=8ba52797ccbd131dce69b96288f525b0d55dee5de4008733f7a5a51deb831c10
|
||||||
|
LDFLAGS=-lX11
|
||||||
|
|
||||||
do_build() {
|
do_install() {
|
||||||
make ${makejobs} CCOPTIONS="$CFLAGS" LOCAL_LDFLAGS="$LDFLAGS"
|
sed -n '/xscat.*a card game/,/ z .*suffix/p' cards.c >LICENSE
|
||||||
}
|
vbin xskat
|
||||||
post_install() {
|
|
||||||
vman xskat.man xskat.6
|
vman xskat.man xskat.6
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue