18 lines
548 B
Bash
18 lines
548 B
Bash
# Template file for 'xclock'
|
|
pkgname=xclock
|
|
version=1.1.1
|
|
revision=1
|
|
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="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://www.x.org/archive/X11R6.8.1/doc/xclock.1.html"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=df7ceabf8f07044a2fde4924d794554996811640a45de40cb12c2cf1f90f742c
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|