testdisk: 6.14 -> 7.0

This commit is contained in:
Danny Rawlins 2016-10-07 11:07:07 +11:00
parent e0c20a10c7
commit 06ee060bad
3 changed files with 21 additions and 11 deletions

View File

@ -3,8 +3,18 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/fidentify
-rwxr-xr-x root/root usr/bin/photorec
-rwxr-xr-x root/root usr/bin/testdisk
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/fidentify.8.gz
-rw-r--r-- root/root usr/man/man8/photorec.8.gz
-rw-r--r-- root/root usr/man/man8/testdisk.8.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/qphotorec.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/qphotorec.svg
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/fidentify.8.gz
-rw-r--r-- root/root usr/share/man/man8/photorec.8.gz
-rw-r--r-- root/root usr/share/man/man8/qphotorec.8.gz
-rw-r--r-- root/root usr/share/man/man8/testdisk.8.gz

View File

@ -1 +1 @@
b1f0edabc9035e9ec9c8e0a95059ff3f testdisk-6.14.tar.bz2
f0cfe4ca9dd35f2878b2704251665e9f testdisk-7.0.tar.bz2

View File

@ -5,18 +5,18 @@
# Depends on: ntfs-3g libjpeg-turbo
name=testdisk
version=6.14
version=7.0
release=1
source=(http://www.cgsecurity.org/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
rm -r $PKG/usr/share/doc
rm -r $PKG/usr/share/man/zh_CN
}