New package: xvkbd-3.7

This commit is contained in:
Leah Neukirchen 2017-08-16 18:23:42 +02:00
parent c7b50cf301
commit f6a8ac6a11

26
srcpkgs/xvkbd/template Normal file
View file

@ -0,0 +1,26 @@
# Template file for 'xvkbd'
pkgname=xvkbd
version=3.7
revision=1
build_style=gnu-configure
hostmakedepends="imake xorg-cf-files gccmakedep"
makedepends="libXaw3d-devel libXtst-devel"
short_desc="Virtual (graphical) keyboard program for X11"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2"
homepage="http://t-sato.in.coocan.jp/xvkbd/"
distfiles="http://t-sato.in.coocan.jp/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=895f768269820e7c0379b0daac3687bda0c670d192ebb7e61e5613a5939ec90b
nocross=yes # xmkmf broken
do_configure() {
xmkmf
}
pre_build() {
export MODULE_CFLAGS="$CFLAGS"
export LOCAL_LDFLAGS="$LDFLAGS"
}
post_install() {
rm ${DESTDIR}/usr/lib/X11/app-defaults
vman xvkbd.man xvkbd.1
}