# HG changeset patch # User Paul Issott # Date 1422780604 0 # Node ID f708898621f07337e6cdb6a1e5a39f4ac498695a # Parent e71e1d4832ace18d0657f7abb70e0607369d2b9e Add whowatch diff -r e71e1d4832ac -r f708898621f0 whowatch/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/whowatch/receipt Sun Feb 01 08:50:04 2015 +0000 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="whowatch" +VERSION="1.8.5" +CATEGORY="utilities" +SHORT_DESC="Real-time user logins monitoring tool." +MAINTAINER="paul@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://wizard.ae.krakow.pl/~mike/#whowatch" +WGET_URL="http://wizard.ae.krakow.pl/~mike/download/$TARBALL" + +DEPENDS="ncurses libtinfo" +BUILD_DEPENDS="ncurses-dev" + +# Rules to configure and make the package. +compile_rules() +{ + export LDFLAGS="-Wl,--copy-dt-needed-entries" + ./configure --prefix=/usr + make + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr +} +