1 #Contributor: pressh <pressh <at> gmail <dot> com>
3 pkgname=kdestyle-serenity
6 pkgdesc="A soft and quiet KDE theme to ease your mind"
7 url="http://www.kde-look.org/content/show.php?content=35954"
10 source=(http://maxilys.ifastnet.com/archives/serenity-$pkgver.tar.bz2)
11 arch=('i686' 'x86_64')
12 md5sums=('fc6ad200a3956d22afa6274cbe2d1f37')
15 # Source the QT and KDE profile
16 [ -z "${QTDIR}" ] && . /etc/profile.d/qt3.sh
17 [ -z "${KDEDIR}" ] && . /etc/profile.d/kde.sh
19 cd $startdir/src/serenity-$pkgver
20 ./configure --disable-debug --enable-final --prefix=/opt/kde
22 make DESTDIR=$startdir/pkg install || return 1