ddrescue: 1.10 -> 1.11

This commit is contained in:
Danny Rawlins 2009-11-11 01:07:34 +11:00
parent d5fece23b5
commit b02b0bd1bd
3 changed files with 12 additions and 7 deletions

View File

@ -1,6 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ddrescue
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/ddrescue.info
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/ddrescue.1.gz

View File

@ -1 +1 @@
0472d22991a2c6231ac36b03bb49cfd5 ddrescue-1.10.tar.gz
7146046bb1851351d1337bb1f5b4e903 ddrescue-1.11.tar.gz

View File

@ -5,14 +5,19 @@
# Depends on: texinfo
name=ddrescue
version=1.10
version=1.11
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
rm $PKG/usr/share/info/dir
rm -r $PKG/usr/share/info
rmdir $PKG/usr/share
}