xdm: add license.
This commit is contained in:
parent
0f43244075
commit
35eb85fcac
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xdm'.
|
# Template build file for 'xdm'.
|
||||||
pkgname=xdm
|
pkgname=xdm
|
||||||
version=1.1.11
|
version=1.1.11
|
||||||
revision=7
|
revision=8
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-random-device=/dev/urandom
|
configure_args="--with-random-device=/dev/urandom
|
||||||
--with-utmp-file=/var/run/utmp
|
--with-utmp-file=/var/run/utmp
|
||||||
|
@ -15,7 +15,7 @@ depends="sessreg xconsole"
|
||||||
short_desc="X Display Manager"
|
short_desc="X Display Manager"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
checksum=d4da426ddea0124279a3f2e00a26db61944690628ee818a64df9d27352081c47
|
checksum=d4da426ddea0124279a3f2e00a26db61944690628ee818a64df9d27352081c47
|
||||||
|
|
||||||
|
@ -23,3 +23,7 @@ post_install() {
|
||||||
vsv xdm
|
vsv xdm
|
||||||
vinstall ${FILESDIR}/xdm.pam 644 etc/pam.d xdm
|
vinstall ${FILESDIR}/xdm.pam 644 etc/pam.d xdm
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue