wok-next rev 4477
Add foremost & scalpel
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 11 10:13:43 2009 +0100 (2009-11-11) |
parents | 029b146d5377 |
children | c967459ef972 |
files | foremost/receipt scalpel/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/foremost/receipt Wed Nov 11 10:13:43 2009 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="foremost" 1.7 +VERSION="1.5.6" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Data carving utility." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://foremost.sourceforge.net" 1.13 +WGET_URL="$WEB_SITE/pkg/$TARBALL" 1.14 + 1.15 +# Rules to configure and make the package. 1.16 +compile_rules() 1.17 +{ 1.18 + cd $src && make 1.19 +} 1.20 + 1.21 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.22 +genpkg_rules() 1.23 +{ 1.24 + mkdir -p $fs/usr/bin $fs/etc 1.25 + cp -a $src/foremost $fs/usr/bin 1.26 + cp -a $src/foremost.conf $fs/etc 1.27 +} 1.28 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/scalpel/receipt Wed Nov 11 10:13:43 2009 +0100 2.3 @@ -0,0 +1,25 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="scalpel" 2.7 +VERSION="1.60" 2.8 +CATEGORY="system-tools" 2.9 +SHORT_DESC="Frugal, high performance file carver." 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.12 +WEB_SITE="http://www.digitalforensicssolutions.com/Scalpel" 2.13 +WGET_URL="$WEB_SITE/$TARBALL" 2.14 + 2.15 +# Rules to configure and make the package. 2.16 +compile_rules() 2.17 +{ 2.18 + cd $src && make 2.19 +} 2.20 + 2.21 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.22 +genpkg_rules() 2.23 +{ 2.24 + mkdir -p $fs/usr/bin $fs/etc 2.25 + cp -a $src/scalpel $fs/usr/bin 2.26 + cp -a $src/scalpel.conf $fs/etc 2.27 +} 2.28 +