[arch-commits] Commit in qjson/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sat Mar 1 08:15:56 UTC 2014
Date: Saturday, March 1, 2014 @ 09:15:56
Author: andrea
Revision: 206536
Fix build
Modified:
qjson/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-03-01 08:14:56 UTC (rev 206535)
+++ PKGBUILD 2014-03-01 08:15:56 UTC (rev 206536)
@@ -13,10 +13,11 @@
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('4eef13da988edf8f91c260a3e1baeea9')
+prepare() {
+ mkdir build
+}
+
build() {
- . /etc/profile.d/qt4.sh
-
- mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
More information about the arch-commits
mailing list