21 lines
617 B
Bash
21 lines
617 B
Bash
# Template file for 'unclutter'
|
|
pkgname=unclutter
|
|
version=8
|
|
revision=4
|
|
wrksrc=$pkgname
|
|
makedepends="libX11-devel"
|
|
short_desc="A small program for hiding the mouse cursor"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="Public Domain"
|
|
homepage="http://ftp.x.org/contrib/utilities/unclutter-8.README"
|
|
distfiles="http://ftp.x.org/contrib/utilities/$pkgname-$version.tar.Z>$pkgname-$version.tar.gz"
|
|
checksum=b855a78d4465ab2f86287eacac63a73f1504b08522840aa37718776e7ec9192a
|
|
|
|
do_build() {
|
|
make CC="$CC" CFLAGS="$CFLAGS" INSTPGMFLAGS=
|
|
}
|
|
|
|
do_install() {
|
|
vbin unclutter
|
|
vman unclutter.man unclutter.1
|
|
}
|