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