xdm: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 19:49:32 +02:00
parent 0f43244075
commit 35eb85fcac

View file

@ -1,7 +1,7 @@
# Template build file for 'xdm'.
pkgname=xdm
version=1.1.11
revision=7
revision=8
build_style=gnu-configure
configure_args="--with-random-device=/dev/urandom
--with-utmp-file=/var/run/utmp
@ -15,7 +15,7 @@ depends="sessreg xconsole"
short_desc="X Display Manager"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=d4da426ddea0124279a3f2e00a26db61944690628ee818a64df9d27352081c47
@ -23,3 +23,7 @@ post_install() {
vsv xdm
vinstall ${FILESDIR}/xdm.pam 644 etc/pam.d xdm
}
post_install() {
vlicense COPYING
}