updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / colormake / PKGBUILD
blob5e1bb19abc8186961bee86a10781980379285c67
1 # Contributor: Juergen Graefe <jg72@gmx.de>
2 pkgname=colormake
3 pkgver=0.2
4 pkgrel=2
5 pkgdesc="A simple wrapper around make to make it's output more readable."
6 arch=('i686' 'x86_64')
7 url="http://bre.klaki.net/programs/colormake/"
8 license=('GPL')
9 depends=('perl')
10 source=(${url}${pkgname}-${pkgver}.tar.gz)
11 md5sums=('1029dae70e7a23cff0f6a11f3ceffbe1')
13 build() { 
14   cd "${srcdir}/${pkgname}"
15   mkdir -p ${pkgdir}/usr/bin/
16   mv cmake colormake
17   cp colormake.pl colormake clmake ${pkgdir}/usr/bin/