20 lines
533 B
Bash
20 lines
533 B
Bash
# Template file for 'xskat'
|
|
pkgname=xskat
|
|
version=4.0
|
|
revision=5
|
|
build_style=gnu-makefile
|
|
makedepends="libX11-devel"
|
|
short_desc="The card game Skat for Linux"
|
|
maintainer="Markus Berger <pulux@pf4sh.de>"
|
|
license="custom:xskat"
|
|
homepage="http://www.xskat.de"
|
|
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
|
checksum=8ba52797ccbd131dce69b96288f525b0d55dee5de4008733f7a5a51deb831c10
|
|
LDFLAGS=-lX11
|
|
|
|
do_install() {
|
|
sed -n '/xscat.*a card game/,/ z .*suffix/p' cards.c >LICENSE
|
|
vbin xskat
|
|
vman xskat.man xskat.6
|
|
vlicense LICENSE
|
|
}
|