updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / magicrescue / PKGBUILD
blobaea7bd8ea45543e0bef9fd64518a7ea26cbddf37
1 # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
3 pkgname=magicrescue
4 pkgver=1.1.9
5 pkgrel=1
6 pkgdesc="Find and recover deleted files on block devices"
7 arch=('i686' 'x86_64')
8 url="http://freshmeat.net/projects/magicrescue/"
9 license=('GPL')
10 source=(http://www.itu.dk/people/jobr/$pkgname/release/$pkgname-$pkgver.tar.gz)
11 md5sums=('093ac491bc5f70c4b050e57e3437ab07')
13 build() {
14   cd ${srcdir}/$pkgname-$pkgver
15   install -d ${pkgdir}/usr || return 1
17   ./configure --prefix=/usr
18   make PREFIX=${pkgdir}/usr || return 1
20   sed -i 's|$(PREFIX)/man/man1|$(PREFIX)/share/man/man1|' Makefile || return 1
21   make PREFIX=${pkgdir}/usr install