updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / cphix / PKGBUILD
blobcfafea00e445125270520ded725f3f23ba110380
1 # Contributor: Tibor Bamhor <tiborb95 at gmail.com>
3 pkgname=cphix
4 pkgver=0.7
5 pkgrel=1
6 pkgdesc="Command line tool to analyze and automatically enhance photos - saturation, sharpness and brightness distribution."
7 url="http://code.google.com/p/cphix/"
8 license="GPL-3"
9 arch=('i686' 'x86_64')
10 depends=()
11 #optdepends=('cimg: if you dont use enclosed library')
12 #install=(${pkgname}.install)
13 source=(http://cphix.googlecode.com/files/cphix-$pkgver.tgz)
15 md5sums=('635c1239c0bb43f3865cd4f1b6962f22')
17 build() {
19 #defining variables
20 work_dir=$srcdir/cphix-$pkgver/
21 out_file=cphix
23 #building
24 cd $work_dir
25 make
27 #copying file into pkgdir to be packed
28 mkdir -p $pkgdir/usr/bin
29 install -m 755 $out_file $pkgdir/usr/bin/