diff --git a/srcpkgs/extundelete/template b/srcpkgs/extundelete/template new file mode 100644 index 00000000000..3e8799489d3 --- /dev/null +++ b/srcpkgs/extundelete/template @@ -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 " +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