updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / speced / PKGBUILD
blob8fd96710047935e04922c5cb25b89b0bade66c04
1 # Contributor: <kontakt.zuf(at)gmail.com>
2 pkgname=speced
3 pkgver=0.3
4 pkgrel=1
5 pkgdesc="SpecEd allows you to work with visible light spectrum. It can compute CIE coordinate for any combination of spectral colors and convert it to sRGB."
6 url="http://malat.biz/view/Projects/SpecEd"
7 depends=('qt>=4.3.0')
8 makedepends=('qt>=4.3.0')
9 conflicts=('speced')
10 arch=('i686' 'x86_64')
11 replaces=('speced')
12 backup=()
13 source=("http://malat.biz/twiki/pub/Projects/SpecEd/$pkgname-src.tar.bz2")
14 md5sums=('1b2d2bde5ff7b8ab6d3eeae56d0439bc')
15 license=('GPL')
17 build() {
18     cd $startdir/src/$pkgname
19     qmake
20     make || return 1
21     mkdir -p "$pkgdir/usr/bin"
22     cp $pkgname "$pkgdir/usr/bin"