diff --git a/srcpkgs/unclutter/template b/srcpkgs/unclutter/template new file mode 100644 index 00000000000..8e9f29dc53f --- /dev/null +++ b/srcpkgs/unclutter/template @@ -0,0 +1,21 @@ +# Template file for 'unclutter' +pkgname=unclutter +version=8 +revision=1 +wrksrc=$pkgname +makedepends="libX11-devel" +short_desc="A small program for hiding the mouse cursor" +maintainer="Christian Neukirchen " +license="PD" +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 +}