1 # Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
2 # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
7 _realname="mccolorer-20060530-0.9"
8 pkgdesc="Midnight Commander mod with Colorer-take5 syntax engine"
10 url="http://colorer.sourceforge.net/mc.html"
12 depends=('e2fsprogs' 'glib2' 'gpm' 'colorer')
13 optdepends=('p7zip: support for 7zip archives')
16 source=(http://downloads.sourceforge.net/sourceforge/colorer/$_realname.tar.bz2)
17 md5sums=('83ffea150d6853cbc8a9422d5c21542c')
20 cd "$srcdir/$_realname"
21 ./configure --prefix=/usr --with-x --libexecdir=/usr/lib/mc-colorer \
22 --mandir=/usr/share || return 0
25 make DESTDIR="$pkgdir" install
28 rm -f "$pkgdir/usr/share/mc/extfs/u7z" || return 1