void-packages/srcpkgs/xdm/template

22 lines
596 B
Plaintext
Raw Normal View History

2015-02-21 14:17:13 +01:00
# Template build file for 'xdm'.
pkgname=xdm
version=1.1.11
2015-02-17 12:56:23 +01:00
revision=3
2015-02-21 14:17:13 +01:00
build_style=gnu-configure
2015-02-21 14:53:20 +01:00
configure_args="--with-random-device=/dev/urandom
--with-utmp-file=/var/run/utmp
--with-wtmp-file=/var/log/wtmp"
2015-02-21 14:17:13 +01:00
hostmakedepends="pkg-config"
makedepends="libXaw-devel"
depends="sessreg xconsole"
short_desc="X Display Manager"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=d4da426ddea0124279a3f2e00a26db61944690628ee818a64df9d27352081c47
2015-02-17 12:56:23 +01:00
post_install() {
vsv xdm
}