mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/ddrescue-gui: Updated for version 1.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d5f1fd39e8
commit
832d0c9f04
3 changed files with 31 additions and 16 deletions
|
@ -1,12 +1,27 @@
|
|||
ddrescue-gui (GUI for ddrescue)
|
||||
|
||||
DDRescue-GUI is a program designed to make it easier to use GNU ddrescue (A Command-Line data recovery tool).
|
||||
It provides a simple graphical method for using ddrescue.
|
||||
This is designed to be as user-friendly as possible so users new to Linux can use ddrescue easily.
|
||||
DDRescue-GUI is a program designed to make it easier to use GNU
|
||||
ddrescue (A Command-Line data recovery tool). It provides a simple
|
||||
graphical method for using ddrescue. This is designed to be as
|
||||
user-friendly as possible so users new to Linux can use ddrescue
|
||||
easily.
|
||||
|
||||
DDRescue-GUI is a simple GUI written in Python 2 designed to make the data recovery tool, ddrescue, easier for beginners to use.
|
||||
It's designed for Linux, and more recently Apple OS X, as KDiskRescue appears to be abandoned, with the last update in 2006.
|
||||
DDRescue-GUI is desgined to look native on almost all Desktop Environments, so whichever one you use, it should look familiar.
|
||||
DDRescue-GUI is a simple GUI written in Python 2 designed to make
|
||||
the data recovery tool, ddrescue, easier for beginners to use.
|
||||
|
||||
DDRescue-GUI uses very few rescources, with the current version using about 38MB RAM, and <80MHz CPU power
|
||||
so it'll run on almost any system, and give you the best battery life possible on laptops.
|
||||
It's designed for Linux, and more recently Apple OS X, as
|
||||
KDiskRescue appears to be abandoned, with the last update in 2006.
|
||||
|
||||
DDRescue-GUI is desgined to look native on almost all Desktop
|
||||
Environments, so whichever one you use, it should look familiar.
|
||||
|
||||
DDRescue-GUI uses very few rescources, with the current version
|
||||
using about 38MB RAM, and <80MHz CPU power so it'll run on almost
|
||||
any system, and give you the best battery life possible on laptops.
|
||||
|
||||
DDRescue-GUI is cross-platform: It's runs on Linux and macOS
|
||||
(previously known as OS X).
|
||||
|
||||
Note that this program uses GNU ddrescue, not the outdated dd_rescue,
|
||||
and it's available in my package archive for automatic updates at:
|
||||
www.launchpad.net/~hamishmb/+archive/myppa
|
||||
|
|
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ddrescue-gui
|
||||
VERSION=${VERSION:-1.6}
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
@ -56,7 +56,7 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
SRCNAM="ddrescue-gui_1.6~otherdistro-0ubuntu1~ppa1"
|
||||
SRCNAM="ddrescue-gui_1.6.1~otherdistro-0ubuntu1~ppa1"
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ddrescue-gui"
|
||||
VERSION="1.6"
|
||||
VERSION="1.6.1"
|
||||
HOMEPAGE="https://launchpad.net/ddrescue-gui"
|
||||
DOWNLOAD="https://launchpad.net/ddrescue-gui/1.x/1.6/+download/ddrescue-gui_1.6~otherdistro-0ubuntu1~ppa1.tar.gz"
|
||||
MD5SUM="6bbe83537c92c62165e750bf66be110a"
|
||||
DOWNLOAD="https://launchpad.net/ddrescue-gui/1.x/1.6.1/+download/ddrescue-gui_1.6.1~otherdistro-0ubuntu1~ppa1.tar.gz"
|
||||
MD5SUM="61b14975e5648a8b76332e655b1ea00e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxPython lshw BeautifulSoup4"
|
||||
|
|
Loading…
Reference in a new issue