void-packages/srcpkgs/xdm/template
2019-03-04 10:14:39 +01:00

27 lines
725 B
Bash

# Template file for 'xdm'
pkgname=xdm
version=1.1.12
revision=1
build_style=gnu-configure
configure_args="--with-random-device=/dev/urandom
--with-utmp-file=/var/run/utmp
--with-wtmp-file=/var/log/wtmp
--with-xdmconfigdir=/etc/X11/xdm
--with-pam"
conf_files="/etc/pam.d/xdm"
hostmakedepends="pkg-config"
makedepends="pam-devel libXaw-devel"
depends="sessreg xconsole"
short_desc="X Display Manager"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=0dd283f72dda098d09e2925b9278c95e21551e693a5802ab442d1b577d8327f4
post_install() {
vsv xdm
vinstall ${FILESDIR}/xdm.pam 644 etc/pam.d xdm
vlicense COPYING
}