From c9c2e51a3807f4db32707c874c612762a36f0487 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 2 Jul 2014 00:08:01 +0200 Subject: [PATCH] New package: unclutter-8 --- srcpkgs/unclutter/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/unclutter/template 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 +}