New package: netrek-client-cow-3.3.2
This commit is contained in:
parent
fe813446ae
commit
e2bb329dab
1 changed files with 31 additions and 0 deletions
31
srcpkgs/netrek-client-cow/template
Normal file
31
srcpkgs/netrek-client-cow/template
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Template file for 'netrek-client-cow'
|
||||
pkgname=netrek-client-cow
|
||||
version=3.3.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libtool automake"
|
||||
makedepends="libX11-devel imlib2-devel libXxf86vm-devel gmp-devel
|
||||
SDL_mixer-devel SDL-devel libXpm-devel"
|
||||
short_desc="Netrek Client (C and X11)"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="MIT, custom:PublicDomain"
|
||||
homepage="https://www.netrek.org/"
|
||||
distfiles="https://www.netrek.org/files/COW/netrek-client-cow-${version}.tar.gz"
|
||||
checksum=cac219248d71033b62098c3da1ca6b4408974b22996da39eaba213b2253e6da3
|
||||
nocross='./mkcflags compiled without HOSTCC'
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vlicense copyright.h
|
||||
vlicense copyright2.h
|
||||
vmkdir usr/bin
|
||||
ln -s ../games/netrek-client-cow ${DESTDIR}/usr/bin/netrek-client-cow
|
||||
}
|
||||
|
||||
do_check() {
|
||||
echo "Check stage is broken"
|
||||
}
|
||||
|
||||
# REMARKS:
|
||||
# Source tracked at https://github.com/quozl/netrek-client-cow
|
||||
# Custom is a sort of public domain declaration
|
Loading…
Reference in a new issue