diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-23 18:13:59 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-23 18:13:59 +0100 |
commit | 04d7843487436bf80ea4ff07a5bf991c33b517fb (patch) | |
tree | 94328df012726c305872431b2f632e64a78bbe9c /extra/arora/Pkgfile | |
parent | 743f0beda78ca34bc53f9ffb1ee577bde3a4b8e4 (diff) | |
parent | 875e0a685921ccab541368440a017c1930b4bba0 (diff) | |
download | nutyx-pakxe-04d7843487436bf80ea4ff07a5bf991c33b517fb.tar.gz nutyx-pakxe-04d7843487436bf80ea4ff07a5bf991c33b517fb.tar.bz2 nutyx-pakxe-04d7843487436bf80ea4ff07a5bf991c33b517fb.tar.xz nutyx-pakxe-04d7843487436bf80ea4ff07a5bf991c33b517fb.zip |
Merge commit 'guy/master'
Diffstat (limited to 'extra/arora/Pkgfile')
-rw-r--r-- | extra/arora/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/arora/Pkgfile b/extra/arora/Pkgfile new file mode 100644 index 000000000..fbddbd82a --- /dev/null +++ b/extra/arora/Pkgfile @@ -0,0 +1,17 @@ +# Description: un navigateur web léger basé sur webkit +# URL: http://code.google.com/p/arora/ +# Maintainer: NuTyX core team +# Packager: guy_ +# Depends on: webkit + +name=arora +version=0.10.2 +release=1 +source=(http://arora.googlecode.com/files/$name-$version.tar.gz) + +build() { + cd $name-$version + qmake + make + make INSTALL_ROOT=$PKG install +} |