author | Andrea Scarpino
<andrea@archlinux.org> 2013-12-21 15:03:52 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2013-12-21 15:03:52 UTC |
parent | e7926475c12520e584a738230bd8625e5fae1add |
PKGBUILD | +4 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index d77ee81..fecd886 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,10 +14,11 @@ makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2") md5sums=('a105e233e6733fb072c9080cd7ae1af2') -build() { - . /etc/profile.d/qt4.sh - +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-1-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \