diff options
author | root <root@rshg054.dnsready.net> | 2013-08-13 01:33:19 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-13 01:33:19 -0700 |
commit | 7a65a910b77ad191d69881098c47f9b0c852d92e (patch) | |
tree | 9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/extundelete | |
parent | 60da6abff6c9577a783d72865f11de7a585e912e (diff) |
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/extundelete')
-rw-r--r-- | community/extundelete/PKGBUILD | 28 | ||||
-rw-r--r-- | community/extundelete/extundelete.changelog | 12 |
2 files changed, 40 insertions, 0 deletions
diff --git a/community/extundelete/PKGBUILD b/community/extundelete/PKGBUILD new file mode 100644 index 000000000..2cef4387f --- /dev/null +++ b/community/extundelete/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 82017 2013-01-05 17:22:04Z jlichtblau $ +# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +# Contributor: snuo + +pkgname=extundelete +pkgver=0.2.4 +pkgrel=1 +pkgdesc="Utility for recovering deleted files from ext2, ext3 or ext4 partitions by parsing the journal" +arch=('i686' 'x86_64') +url="http://extundelete.sourceforge.net" +license=('GPL') +makedepends=('e2fsprogs') +changelog=$pkgname.changelog +source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) +sha256sums=('a1f9dd61247056d36401ce5d6785e74d08a184340eebd3865c345ddaa93f19f4') + +build() { + cd ${srcdir}/$pkgname-$pkgver + + ./configure --prefix=/usr + make +} + +package() { + cd ${srcdir}/$pkgname-$pkgver + + make DESTDIR=${pkgdir} install +} diff --git a/community/extundelete/extundelete.changelog b/community/extundelete/extundelete.changelog new file mode 100644 index 000000000..56d6fd153 --- /dev/null +++ b/community/extundelete/extundelete.changelog @@ -0,0 +1,12 @@ +2013-01-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * extundelete 0.2.4-1 + +2013-01-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * extundelete 0.2.1-1 + +2012-02-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * extundelete 0.2.0-2 package signed + +2010-07-04 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * Package moved to [community] from AUR - 83 votes + * Version 0.2.0-1 |