updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kdestyle-serenity / PKGBUILD
blobdb9208135ffbd22b796b3da6ee234222d3bba22e
1 #Contributor: pressh <pressh <at> gmail <dot> com>
3 pkgname=kdestyle-serenity
4 pkgver=1.7.1
5 pkgrel=3
6 pkgdesc="A soft and quiet KDE theme to ease your mind"
7 url="http://www.kde-look.org/content/show.php?content=35954"
8 license=('GPL')
9 depends=('kdebase')
10 source=(http://maxilys.ifastnet.com/archives/serenity-$pkgver.tar.bz2)
11 arch=('i686' 'x86_64')
12 md5sums=('fc6ad200a3956d22afa6274cbe2d1f37')
14 build() {
15   # Source the QT and KDE profile
16   [ -z "${QTDIR}" ] && . /etc/profile.d/qt3.sh
17   [ -z "${KDEDIR}" ] && . /etc/profile.d/kde.sh
18   # start building
19   cd $startdir/src/serenity-$pkgver
20   ./configure --disable-debug --enable-final --prefix=/opt/kde
21   make || return 1
22   make DESTDIR=$startdir/pkg install || return 1