diff --git a/srcpkgs/xclock/template b/srcpkgs/xclock/template index 34256183762..7ff43d87424 100644 --- a/srcpkgs/xclock/template +++ b/srcpkgs/xclock/template @@ -1,13 +1,17 @@ # Template file for 'xclock' pkgname=xclock version=1.0.7 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="pkg-config xorg-util-macros" makedepends="libXmu-devel libXaw-devel libxkbfile-devel libXft-devel" short_desc="Analog and digital clock for X" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " license="MIT" homepage="http://www.x.org/archive/X11R6.8.1/doc/xclock.1.html" distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2" checksum=23ceeca94e3e20a6c26a703ac7f789066d4517f8d2cb717ae7cb28a617d97dd0 + +post_install() { + vlicense COPYING +}