wok view whowatch/receipt @ rev 21911
updated sip and sip-dev (4.16.6 -> 4.19.19)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 04 16:23:53 2019 +0100 (2019-10-04) |
parents | 17e313b5b9c1 |
children | d64f5e2bac15 |
line source
1 # SliTaz package receipt.
3 PACKAGE="whowatch"
4 VERSION="1.8.5"
5 CATEGORY="utilities"
6 SHORT_DESC="Real-time user logins monitoring tool."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/mtsuszycki/whowatch/"
11 WGET_URL="http://wizard.ae.krakow.pl/~mike/download/$TARBALL"
13 DEPENDS="ncurses libtinfo"
14 BUILD_DEPENDS="ncurses-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
20 ./configure --prefix=/usr
21 make
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/bin $fs/usr
30 }