updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / onelinecalculator / PKGBUILD
blob07146bb6ee38fa9ce7e90b49df49d34fb30e0faa
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
2 pkgname=onelinecalculator
3 pkgver=0.3
4 pkgrel=2
5 pkgdesc="A lineedit KDE plasmoid calculator."
6 arch=('i686' 'x86_64')
7 url="http://www.kde-look.org/content/show.php/One-Line+Calculator?content=89524"
8 license=('GPL2')
9 depends=('kdebase-workspace')
10 makedepends=('cmake' 'automoc4')
11 source=(http://www.kde-look.org/CONTENT/content-files/89524-onlinecalc-$pkgver.tar.gz)
13 build() {
15 mkdir $srcdir/onlinecalc/build
16 cd $srcdir/onlinecalc/build
17 cmake -DCMAKE_INSTALL_PREFIX=/usr ../ || return 1
18 make || return 1
19 make DESTDIR=$pkgdir install || return 1
22 md5sums=('da67dbc41d7bd5b64954a1732adfd2e1')