summaryrefslogtreecommitdiffstats
path: root/extra/arora/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-23 18:29:41 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-23 18:29:41 +0100
commitfbe1082f1d869b4059127efcc308f37d478c487a (patch)
tree429eb3c72d706d0903ad83f112e6fa0f1a0a96a4 /extra/arora/Pkgfile
parent04d7843487436bf80ea4ff07a5bf991c33b517fb (diff)
downloadnutyx-extra-fbe1082f1d869b4059127efcc308f37d478c487a.tar.gz
nutyx-extra-fbe1082f1d869b4059127efcc308f37d478c487a.tar.bz2
nutyx-extra-fbe1082f1d869b4059127efcc308f37d478c487a.tar.xz
nutyx-extra-fbe1082f1d869b4059127efcc308f37d478c487a.zip
arora, maj des deps et changement de /usr/local en /usr
Diffstat (limited to 'extra/arora/Pkgfile')
-rw-r--r--extra/arora/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/arora/Pkgfile b/extra/arora/Pkgfile
index fbddbd82a..71d2b2dd5 100644
--- a/extra/arora/Pkgfile
+++ b/extra/arora/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://code.google.com/p/arora/
# Maintainer: NuTyX core team
# Packager: guy_
-# Depends on: webkit
+# Depends on: webkit, qt
name=arora
version=0.10.2
@@ -11,7 +11,7 @@ source=(http://arora.googlecode.com/files/$name-$version.tar.gz)
build() {
cd $name-$version
- qmake
+ qmake PREFIX="/usr"
make
make INSTALL_ROOT=$PKG install
}