summaryrefslogtreecommitdiff
path: root/extra/prison/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/prison/PKGBUILD')
-rw-r--r--extra/prison/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/prison/PKGBUILD b/extra/prison/PKGBUILD
index 7552fa8dc..942c46b30 100644
--- a/extra/prison/PKGBUILD
+++ b/extra/prison/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 178975 2013-03-01 10:22:55Z andrea $
+# $Id: PKGBUILD 206549 2014-03-01 08:22:41Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=prison
@@ -13,10 +13,11 @@ makedepends=('cmake')
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz")
md5sums=('8baac61506e37a31482a0df4a5d02cd2')
-build() {
- . /etc/profile.d/qt4.sh
-
+prepare() {
mkdir build
+}
+
+build() {
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \