1 # Contributor: Slash <demodevil5[at]yahoo[dot]com>
6 pkgdesc="Disk Allocation Viewer(DAV) tools for Linux that can obtain the state of fragmentation on disk and visualize it."
7 url="http://sourceforge.net/projects/davtools/"
11 makedepends=('e2fsprogs')
13 source=("http://downloads.sourceforge.net/project/davtools/davtools/Release 1.2.0/davl-${pkgver}.tar.bz2")
14 md5sums=('2c58b1f484b0197903f4cf4ee1fc3464')
17 cd $srcdir/davl-$pkgver
19 /bin/sed -i "s:/usr/local/:$pkgdir/usr/:" path_list
20 /bin/sed -i "s:/lib/modules/:$pkgdir/lib/modules/:" path_list
23 make DESTDIR=$pkgdir install