vp-build/srcpkgs/xeyes/template

18 lines
530 B
Bash

# Template file for 'xeyes'
pkgname=xeyes
version=1.2.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config xorg-util-macros"
makedepends="libXmu-devel libXt-devel libXrender-devel libXi-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=f8a17e23146bef1ab345a1e303c6749e42aaa7bcf4f25428afad41770721b6db
post_install() {
vlicense COPYING
}