updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / plasmoid-ebayitem / PKGBUILD
blobb57da61ef4aa476fa09bac6a6cc9ae3e544479a2
1 # Contributor: Uwe Hofmann (karoshiboy) karoshi at archlinux us
3 pkgname=plasmoid-ebayitem
4 pkgver=0.1.7
5 pkgrel=1
6 pkgdesc="Plasmoid for ebay item."
7 arch=('i686' 'x86_64')
8 url="http://kde-look.org/content/show.php?content=129460"
9 license=('BSD')
10 depends=('kdebase-workspace')
11 makedepends=('cmake' 'make' 'automoc4')
12 conflicts=()
13 source=(http://www.moben.ru/download/plasmoid-for-ebay-item-$pkgver.tgz)
14 md5sums=('a932f3e0913ea58b012f56c0d98ede50')
15 build() {
16     cd $srcdir/plasmoid-for-ebay-item-$pkgver
17     mkdir build
18     cd build
19     cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` || return 1
20     make || return 1
21     make DESTDIR=$pkgdir install || return 1