[oe-commits] org.oe.dev testdisk_6.5+6.6-WIP.bb: add testdisk. From the homepage:

koen commit openembedded-commits at lists.openembedded.org
Wed Jan 3 09:52:41 UTC 2007


testdisk_6.5+6.6-WIP.bb: add testdisk. From the homepage:
TestDisk is a powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting your Partition Table). Partition table recovery using TestDisk is really easy.

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 7b4b2e613c93496545c876b5fab5c5d687fd8db4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7b4b2e613c93496545c876b5fab5c5d687fd8db4
Files:
1
packages/testdisk
packages/testdisk/testdisk_6.5+6.6-WIP.bb
Diffs:

#
# mt diff -re5f0e1fc961b386324024cff442cfd823afa42ec -r7b4b2e613c93496545c876b5fab5c5d687fd8db4
#
# 
# 
# add_dir "packages/testdisk"
# 
# add_file "packages/testdisk/testdisk_6.5+6.6-WIP.bb"
#  content [2da8cba49d960d06077349b593a87a00e5aad47c]
# 
============================================================
--- packages/testdisk/testdisk_6.5+6.6-WIP.bb	2da8cba49d960d06077349b593a87a00e5aad47c
+++ packages/testdisk/testdisk_6.5+6.6-WIP.bb	2da8cba49d960d06077349b593a87a00e5aad47c
@@ -0,0 +1,14 @@
+DESCRIPTION = "TestDisk is a powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting your Partition Table)."
+LICENSE = "GPLv2"
+
+DEPENDS = "jpeg ncurses e2fsprogs-libs"
+
+SRC_URI = "http://www.cgsecurity.org/testdisk-6.6-WIP.tar.bz2"
+S = "${WORKDIR}/testdisk-6.6-WIP"
+
+inherit autotools pkgconfig
+
+PACKAGES =+ "photorec"
+
+DESCRIPTION_photorec = "Photorec is file data recovery software designed to recover lost files including video, documents and archives from Hard Disks and CDRom and lost pictures (Photo Recovery) from digital camera memory."
+FILES_photorec = "${sbindir}/photorec"






More information about the Openembedded-commits mailing list