updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / tmv / PKGBUILD
blob1089037bd8c3b350510fa0e8e48034ecb1792371
1 # Maintainer: TDY <tdy@gmx.com>
2 # Contributor: Max Nemeth <max.nemeth@gmail.com>
4 pkgname=tmv
5 pkgver=1.1.3
6 pkgrel=5
7 pkgdesc="Transform+MoVe files and directories via pathname manipulation"
8 arch=('i686' 'x86_64')
9 url="http://tmv.sourceforge.net/"
10 license=('GPL')
11 depends=('bash')
12 source=(http://downloads.sourceforge.net/tmv/tmv-$pkgver.tar.gz)
13 md5sums=('e09406d030d7a762fe7d850062daf780')
15 build() {
16   cd "$srcdir/tmv-$pkgver"
17   sed -i '93,95 d; $ a\/bin/true' install
18   ./install --prefix="$pkgdir/usr" || return 1