vp-build/srcpkgs/xeyes/template

18 lines
518 B
Bash

# Template file for 'xeyes'
pkgname=xeyes
version=1.1.2
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config xorg-util-macros"
makedepends="libXmu-devel libXt-devel libXrender-devel"
short_desc="Follow the mouse"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="X11"
homepage="http://www.x.org/archive/X11R6.8.1/doc/xeyes.1.html"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=57bcec0d2d167af9e5d44d0dbd74c6d7c0f0591cd0608952b23c749fdd910553
post_install() {
vlicense COPYING
}