diff --git a/srcpkgs/whowatch/template b/srcpkgs/whowatch/template new file mode 100644 index 00000000000..4795acc69ac --- /dev/null +++ b/srcpkgs/whowatch/template @@ -0,0 +1,21 @@ +# Template file for 'whowatch' +pkgname=whowatch +version=1.8.5 +revision=1 +build_style=gnu-configure +makedepends="ncurses-devel" +short_desc="Displays information about the users currently logged on to the machine in real time" +maintainer="Jan S. " +license="GPL2" +disable_parallel_build="yes" +homepage="http://wizard.ae.krakow.pl/~mike/#whowatch" +distfiles="http://wizard.ae.krakow.pl/~mike/download/$pkgname-$version.tar.gz" +checksum=5e77107c2bd31eee5609d80caf3f07fb4b913b4b2e71c1d0e73204937ffc9c8a + +post_configure() { + echo "#define RETURN_TV_IN_SELECT 1" >> src/config.h +} + +post_install() { + rm -rf ${DESTDIR}/usr/local +}