New package: whowatch 1.8.5.
This commit is contained in:
parent
27ee19c1d7
commit
af3a3408c2
|
@ -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. <jan.schreib@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue