mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 06:44:30 +00:00
20 lines
342 B
Plaintext
20 lines
342 B
Plaintext
# description : Checks and undeletes partitions + PhotoRec, signature based recovery tool
|
|
# depends : e2fsprogs
|
|
|
|
name=testdisk
|
|
version=7.1
|
|
release=1
|
|
source="https://www.cgsecurity.org/$name-$version.tar.bz2"
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--without-ewf \
|
|
--enable-sudo
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|