mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/foremost: New maintainer + script cleanup.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
f39a70f5fd
commit
3bb965a432
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Slackware build script for foremost
|
||||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Edited by Barry J. Grundy <bgrundy[at]linuxleo[dot]com November 2011
|
||||
|
||||
PRGNAM=foremost
|
||||
VERSION=${VERSION:-1.5.7}
|
||||
|
@ -69,7 +70,7 @@ mv $PKG/etc/foremost.conf $PKG/etc/foremost.conf.new
|
|||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
./foremost -V > COPYRIGHT
|
||||
cp -a \
|
||||
CHANGES README COPYRIGHT \
|
||||
CHANGES README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
find $PKG/usr/doc -type f -exec chmod 0644 {} \;
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://foremost.sourceforge.net/pkg/foremost-1.5.7.tar.gz"
|
|||
MD5SUM="860119c49665c2a3fb2b0b1d3dbad02a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="Erik Hanson"
|
||||
MAINTAINER="Barry J. Grundy"
|
||||
EMAIL="bgrundy[at]linuxleo[dot]com"
|
||||
APPROVED="Erik Hanson,Niels Horn"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
foremost: foremost (recover files based on their headers and footers)
|
||||
foremost:
|
||||
foremost:
|
||||
foremost: Foremost is a Linux program to recover files based on their headers
|
||||
foremost: and footers. Foremost can work on image files, such as those
|
||||
foremost: generated by dd, Safeback, Encase, etc, or directly on a drive. The
|
||||
foremost: headers and footers are specified by a configuration file, so you can
|
||||
foremost: pick and choose which headers you want to look for.
|
||||
foremost:
|
||||
foremost:
|
||||
foremost: Homepage: http://foremost.sourceforge.net/
|
||||
foremost:
|
||||
foremost:
|
||||
foremost:
|
||||
foremost:
|
||||
|
|
Loading…
Reference in a new issue