summaryrefslogtreecommitdiff
path: root/community-testing/ext4magic/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/ext4magic/PKGBUILD')
-rw-r--r--community-testing/ext4magic/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community-testing/ext4magic/PKGBUILD b/community-testing/ext4magic/PKGBUILD
deleted file mode 100644
index a17da046f..000000000
--- a/community-testing/ext4magic/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 66083 2012-02-23 00:12:41Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
-
-pkgname=ext4magic
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='Linux admin tool, can help to 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")
-md5sums=('54ed503730b7e279c5cddc99a8821de3')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 ft=sh et: