mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
extundelete: sort vars.
This commit is contained in:
parent
0027f07748
commit
f07bd62724
1 changed files with 2 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'extundelete'
|
# Template file for 'extundelete'
|
||||||
pkgname=extundelete
|
pkgname=extundelete
|
||||||
version=0.2.0
|
version=0.2.0
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
makedepends="e2fsprogs-devel"
|
makedepends="e2fsprogs-devel"
|
||||||
short_desc="ext3/ext4 file recover utility"
|
short_desc="ext3/ext4 file recover utility"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://extundelete.sourceforge.net"
|
homepage="http://extundelete.sourceforge.net"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=0f6a3004d8ddcafe63059a104c174f753c7fc95455081f3ff5aaf3b8c100f97b
|
checksum=0f6a3004d8ddcafe63059a104c174f753c7fc95455081f3ff5aaf3b8c100f97b
|
||||||
long_desc="
|
long_desc="
|
||||||
extundelete is a utility that can recover deleted files from an ext3 or ext4
|
extundelete is a utility that can recover deleted files from an ext3 or ext4
|
||||||
|
@ -16,4 +16,3 @@ long_desc="
|
||||||
Linux, and ext4 is its successor. extundelete uses the information stored
|
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
|
in the partition's journal to attempt to recover a file that has been
|
||||||
deleted from the partition."
|
deleted from the partition."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue