testdisk: moved from romster repo

This commit is contained in:
Danny Rawlins 2010-12-15 12:45:06 +11:00
parent f1d42b98e0
commit c4616ebd73
3 changed files with 31 additions and 0 deletions

8
testdisk/.footprint Normal file
View 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
View File

@ -0,0 +1 @@
11f8fe95dcd190b69b782efa65b29ba1 testdisk-6.11.tar.bz2

22
testdisk/Pkgfile Normal file
View 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
}