18 lines
549 B
Bash
18 lines
549 B
Bash
# Template file for 'xclock'
|
|
pkgname=xclock
|
|
version=1.0.8
|
|
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.bz2"
|
|
checksum=930820483a36f1f1ce1bf52b648865629a16082641e12c5cf2b5045815fc2255
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|