summaryrefslogtreecommitdiff
path: root/extra/qjson/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qjson/PKGBUILD')
-rw-r--r--extra/qjson/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/qjson/PKGBUILD b/extra/qjson/PKGBUILD
index ab298d47f..be1af2187 100644
--- a/extra/qjson/PKGBUILD
+++ b/extra/qjson/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 178982 2013-03-01 10:23:51Z andrea $
+# $Id: PKGBUILD 206538 2014-03-01 08:16:33Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=qjson
@@ -13,10 +13,11 @@ makedepends=('cmake')
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('4eef13da988edf8f91c260a3e1baeea9')
-build() {
- . /etc/profile.d/qt4.sh
-
+prepare() {
mkdir build
+}
+
+build() {
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \