forked from ports/contrib
testdisk: moved from romster repo
This commit is contained in:
parent
f1d42b98e0
commit
c4616ebd73
8
testdisk/.footprint
Normal file
8
testdisk/.footprint
Normal file
@ -0,0 +1,8 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/photorec.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/testdisk.1.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/photorec
|
||||
-rwxr-xr-x root/root usr/sbin/testdisk
|
1
testdisk/.md5sum
Normal file
1
testdisk/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
11f8fe95dcd190b69b782efa65b29ba1 testdisk-6.11.tar.bz2
|
22
testdisk/Pkgfile
Normal file
22
testdisk/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
||||
# Description: Recover lost partitions and files.
|
||||
# URL: http://www.cgsecurity.org/wiki/TestDisk
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Hannes Mayer, kontakt at ecarux dot de
|
||||
# Depends on: ntfsprogs libjpeg
|
||||
|
||||
name=testdisk
|
||||
version=6.11
|
||||
release=1
|
||||
source=(http://www.cgsecurity.org/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -r $PKG/usr/share
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user