summaryrefslogtreecommitdiffstats
path: root/extra/testdisk/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-07-23 23:43:38 +0200
committertnut <thierryn1 at hispeed dot ch>2010-07-23 23:43:38 +0200
commit45a42075a4f177c7bf437341222dd0e0111a157c (patch)
tree946a82bf0bdded08a40de05128eafd071aca8418 /extra/testdisk/Pkgfile
parentfd31f94f079fdd1e66448a54818d2d8987973ea4 (diff)
parent9955b3107e4be33e2c24dceb3baacb594a9e54d7 (diff)
downloadnutyx-pakxe-45a42075a4f177c7bf437341222dd0e0111a157c.tar.gz
nutyx-pakxe-45a42075a4f177c7bf437341222dd0e0111a157c.tar.bz2
nutyx-pakxe-45a42075a4f177c7bf437341222dd0e0111a157c.tar.xz
nutyx-pakxe-45a42075a4f177c7bf437341222dd0e0111a157c.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'extra/testdisk/Pkgfile')
-rw-r--r--extra/testdisk/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/testdisk/Pkgfile b/extra/testdisk/Pkgfile
new file mode 100644
index 000000000..f243d5a80
--- /dev/null
+++ b/extra/testdisk/Pkgfile
@@ -0,0 +1,19 @@
+# Description: TestDisk logiciel performant de récupération de données
+# URL: http://www.cgsecurity.org/wiki/TestDisk
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: libjpeg>=8 openssl progsreiserfs ntfsprogs
+
+name=testdisk
+version=6.11
+release=1
+source=(http://www.cgsecurity.org/testdisk-6.11.tar.bz2)
+
+build() {
+
+ cd $name-$version
+ ./configure --prefix=/usr \
+
+ make
+ make DESTDIR=$PKG install
+}