21 lines
646 B
Bash
21 lines
646 B
Bash
# Template file for 'whowatch'
|
|
pkgname=whowatch
|
|
version=1.8.5
|
|
revision=2
|
|
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. <jan.schreib@gmail.com>"
|
|
license="GPL-2"
|
|
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
|
|
}
|