diff options
author | sibel <lesibel at free dot fr> | 2010-07-21 14:17:57 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-21 14:17:57 +0200 |
commit | 15a1a465da18adc97992750618d19652bd2850d5 (patch) | |
tree | 733393889d74c69853f00caebf0d636715d5fe71 /extra/testdisk/Pkgfile | |
parent | 03e411623083d78a71c84ff4c057f1fd9e5f4a86 (diff) | |
parent | f1b7d8475cf3b4bf0e9af25d7841e5a51365a752 (diff) | |
download | nutyx-pakxe-15a1a465da18adc97992750618d19652bd2850d5.tar.gz nutyx-pakxe-15a1a465da18adc97992750618d19652bd2850d5.tar.bz2 nutyx-pakxe-15a1a465da18adc97992750618d19652bd2850d5.tar.xz nutyx-pakxe-15a1a465da18adc97992750618d19652bd2850d5.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'extra/testdisk/Pkgfile')
-rw-r--r-- | extra/testdisk/Pkgfile | 19 |
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 +} |