updated on Wed Jan 18 16:10:53 UTC 2012
[aur-mirror.git] / kdedecor-klearbox / PKGBUILD
blob2734c21fdc8b30be352f1ac33449a47afdafe280
1 # Contributor: Jesus Franco <jesusfranco@gmail.com>
3 pkgname=kdedecor-klearbox
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="Inspired by Clearbox Metacity theme generator"
7 url="http://kde-look.org/content/show.php?content=30935"
8 license="GPL"
9 depends=('kdebase' 'kdelibs')
10 source=(http://www.kde-look.org/content/files/30935-KlearBox.tar.gz)
11 md5sums=('8fcf9334681d715ce8eaea0a6db5d1e2')
13 build() {
14         cd $startdir/src/KlearBox
15         ./configure --disable-debug --prefix=/opt/kde
16         make || return 1
17         make DESTDIR=$startdir/pkg install