New package: extundelete-0.2.0.
This commit is contained in:
parent
0e4872784d
commit
836448c215
1 changed files with 22 additions and 0 deletions
22
srcpkgs/extundelete/template
Normal file
22
srcpkgs/extundelete/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'extundelete'
|
||||
pkgname=extundelete
|
||||
version=0.2.0
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="ext3/ext4 file recover utility"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://extundelete.sourceforge.net"
|
||||
license="GPL-2"
|
||||
checksum=0f6a3004d8ddcafe63059a104c174f753c7fc95455081f3ff5aaf3b8c100f97b
|
||||
long_desc="
|
||||
extundelete is a utility that can recover deleted files from an ext3 or ext4
|
||||
partition. The ext3 file system is the most common file system when using
|
||||
Linux, and ext4 is its successor. extundelete uses the information stored
|
||||
in the partition's journal to attempt to recover a file that has been
|
||||
deleted from the partition."
|
||||
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency run e2fsprogs-libs
|
||||
Add_dependency build e2fsprogs-devel
|
Loading…
Reference in a new issue