updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / kdestyle-baghira / PKGBUILD
blob3a122e76979dec87740236ed25b1eb71e7541895
1 # Contributor: Andrea Scarpino <bash.lnx@gmail.com>
2 # Contributor: Michal Krenek <mikos@sg1.cz>
4 pkgname=kdestyle-baghira
5 pkgver=0.8
6 pkgrel=3
7 pkgdesc="KDE 3.5.x Window Decoration and Style (like Mac OS X)"
8 url="http://www.kde-look.org/content/show.php?content=8692"
9 license=('BSD')
10 arch=('i686' 'x86_64')
11 depends=('kdelibs3')
12 makedepends=('kdebase-workspace')
13 source=(http://downloads.sourceforge.net/baghira/baghira-$pkgver.tar.bz2)
14 md5sums=('d76e04020c628ba5de69d066a66221f8')
16 build() {
17   cd "$srcdir/baghira-$pkgver"
19   . /etc/profile.d/kde3.sh
20   . /etc/profile.d/qt3.sh
21   export PATH=$QTDIR/bin:$PATH
22   
23   ./configure --disable-debug \
24     --enable-final \
25     --prefix=/opt/kde \
26     --without-arts
27   make || return 1
28   make DESTDIR="$pkgdir" install