summaryrefslogtreecommitdiff
path: root/community/ext4magic
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-14 01:18:40 -0700
committerroot <root@rshg054.dnsready.net>2013-05-14 01:18:40 -0700
commit2e5b72e5e8dfb5199a9b0da7c76d052a456662c2 (patch)
treefa055d4e2f367acb518de6c4e06b77b6d8cbef75 /community/ext4magic
parent66cb4a487ad73063c6b000279a5d5558fb7603f5 (diff)
Tue May 14 01:18:40 PDT 2013
Diffstat (limited to 'community/ext4magic')
-rw-r--r--community/ext4magic/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/ext4magic/PKGBUILD b/community/ext4magic/PKGBUILD
index 3734d6aa7..539d58039 100644
--- a/community/ext4magic/PKGBUILD
+++ b/community/ext4magic/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 76580 2012-09-23 20:37:13Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# $Id: PKGBUILD 90509 2013-05-12 23:37:59Z seblu $
+# Maintainer: Sébastien Luttringer
pkgname=ext4magic
pkgver=0.3.1
-pkgrel=1
-pkgdesc='Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems'
+pkgrel=2
+pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
arch=('i686' 'x86_64')
url='http://developer.berlios.de/projects/ext4magic/'
license=('GPL2')
depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
-source=("http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('59c194b71e33aa6bd098b91f802e67d5')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sbindir=/usr/bin
make
}
@@ -23,4 +23,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et: