1 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
2 # Contributor: Lone_Wolf <lonewolf@xs4all.nl>
3 # Aur Maintainer: @jsalwan
7 _fullver="$pkgname-$pkgver"
9 pkgdesc="An utility to both test and create checksum files"
11 url="http://cfv.sourceforge.net/"
14 optdepends=('pil: for creation the dimensions column of .crc files'
15 'python-fchksum: for increase checksumming speed a bit'
16 'bittorrent: for torrent checking')
17 source=(http://downloads.sourceforge.net/$pkgname/$_fullver.tar.gz)
18 md5sums=('1be9039c2ab859103d70b6c4f4e5edf5')
21 cd "$srcdir/$_fullver"
26 -#! /usr/bin/env python
27 +#! /usr/bin/env python2
29 # cfv - Command-line File Verify
34 make -C "$srcdir/$_fullver" install=install PYTHON=python2 prefix=/usr \
35 mandir=/usr/share/man DESTDIR="$pkgdir" install