mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
foremost: remove long_desc.
This commit is contained in:
parent
00fc1e3ae9
commit
644eeaf7bc
1 changed files with 1 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'foremost'
|
# Template file for 'foremost'
|
||||||
pkgname=foremost
|
pkgname=foremost
|
||||||
version=1.5.7
|
version=1.5.7
|
||||||
revision=1
|
revision=2
|
||||||
conf_files="/etc/foremost.conf"
|
conf_files="/etc/foremost.conf"
|
||||||
short_desc="Forensic program to recover lost files"
|
short_desc="Forensic program to recover lost files"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -9,14 +9,6 @@ license="Public domain, GPL-2"
|
||||||
homepage="http://foremost.sourceforge.net/"
|
homepage="http://foremost.sourceforge.net/"
|
||||||
distfiles="http://foremost.sourceforge.net/pkg/foremost-${version}.tar.gz"
|
distfiles="http://foremost.sourceforge.net/pkg/foremost-${version}.tar.gz"
|
||||||
checksum=502054ef212e3d90b292e99c7f7ac91f89f024720cd5a7e7680c3d1901ef5f34
|
checksum=502054ef212e3d90b292e99c7f7ac91f89f024720cd5a7e7680c3d1901ef5f34
|
||||||
long_desc="
|
|
||||||
Foremost is a console program to recover files based on their headers, footers,
|
|
||||||
and internal data structures. This process is commonly referred to as data
|
|
||||||
carving. Foremost can work on image files, such as those generated by dd,
|
|
||||||
Safeback, Encase, etc, or directly on a drive. The headers and footers can be
|
|
||||||
specified by a configuration file or you can use command line switches to
|
|
||||||
specify built-in file types. These built-in types look at the data structures
|
|
||||||
of a given file format allowing for a more reliable and faster recovery."
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make RAW_CC="$CC" ${makejobs}
|
make RAW_CC="$CC" ${makejobs}
|
||||||
|
|
Loading…
Add table
Reference in a new issue