21 lines
663 B
Text
21 lines
663 B
Text
# Template file for 'unclutter'
|
|
pkgname=unclutter
|
|
version=8
|
|
revision=2
|
|
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() {
|
|
vinstall unclutter 755 usr/bin
|
|
vinstall unclutter.man 644 usr/share/man/man1 unclutter.1
|
|
}
|