wok-current diff unhide/receipt @ rev 25418
duat: use archive.org for web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 05 16:48:05 2022 +0000 (2022-08-05) |
parents | cb67b4f8be05 |
children |
line diff
1.1 --- a/unhide/receipt Wed Mar 16 11:02:39 2022 +0000 1.2 +++ b/unhide/receipt Fri Aug 05 16:48:05 2022 +0000 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="unhide" 1.7 -VERSION="20130526" 1.8 +VERSION="20210124" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Forensic tool to find hidden processes and TCP/UDP ports." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL3" 1.13 WEB_SITE="https://www.unhide-forensics.info/?Linux" 1.14 1.15 -TARBALL="$PACKAGE-$VERSION.tgz" 1.16 +SOURCE="Unhide" 1.17 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.19 1.20 -DEPENDS="" 1.21 +DEPENDS="iproute2 procps" 1.22 BUILD_DEPENDS="" 1.23 1.24 # What is the latest version available today? 1.25 @@ -28,6 +29,9 @@ 1.26 $CC -pthread unhide-linux*.c unhide-output.c -o unhide 1.27 $CC unhide_rb.c -o unhide_rb 1.28 $CC unhide-tcp.c unhide-tcp-fast.c unhide-output.c -o unhide-tcp 1.29 + 1.30 + mkdir -p $install/usr/share 1.31 + cp -a man $install/usr/share 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg.