contrib/ddrescue/Pkgfile

20 lines
618 B
Plaintext
Raw Normal View History

2007-12-05 10:58:20 +01:00
# Description: ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors.
# URL: http://www.gnu.org/software/ddrescue/ddrescue.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
# Depends on: texinfo
2007-12-05 10:58:20 +01:00
name=ddrescue
2008-02-26 07:09:09 +01:00
version=1.8
2007-12-05 10:58:20 +01:00
release=1
source=(http://ftp.gnu.org/gnu/ddrescue/ddrescue-$version.tar.bz2)
build() {
cd ddrescue-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
#rm -r $PKG/usr/share
}