summaryrefslogtreecommitdiff
path: root/testdisk
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2010-12-15 12:45:06 +1100
committerDanny Rawlins <monster.romster@gmail.com>2010-12-15 12:49:13 +1100
commitc4616ebd73e868f089d1b15d4015f2086832315b (patch)
tree53242cd7246d96910acbedbedac5fcb3db5678e6 /testdisk
parentf1d42b98e093497784a32ceb432e498d361c2140 (diff)
downloadcontrib-c4616ebd73e868f089d1b15d4015f2086832315b.tar.gz
contrib-c4616ebd73e868f089d1b15d4015f2086832315b.tar.xz
testdisk: moved from romster repo
Diffstat (limited to 'testdisk')
-rw-r--r--testdisk/.footprint8
-rw-r--r--testdisk/.md5sum1
-rw-r--r--testdisk/Pkgfile22
3 files changed, 31 insertions, 0 deletions
diff --git a/testdisk/.footprint b/testdisk/.footprint
new file mode 100644
index 000000000..c11728b8d
--- /dev/null
+++ b/testdisk/.footprint
@@ -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
diff --git a/testdisk/.md5sum b/testdisk/.md5sum
new file mode 100644
index 000000000..bd234bb3a
--- /dev/null
+++ b/testdisk/.md5sum
@@ -0,0 +1 @@
+11f8fe95dcd190b69b782efa65b29ba1 testdisk-6.11.tar.bz2
diff --git a/testdisk/Pkgfile b/testdisk/Pkgfile
new file mode 100644
index 000000000..842c161a7
--- /dev/null
+++ b/testdisk/Pkgfile
@@ -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
+}

Generated by cgit