summaryrefslogtreecommitdiffstats
path: root/extra/arora/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-23 18:13:59 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-23 18:13:59 +0100
commit04d7843487436bf80ea4ff07a5bf991c33b517fb (patch)
tree94328df012726c305872431b2f632e64a78bbe9c /extra/arora/Pkgfile
parent743f0beda78ca34bc53f9ffb1ee577bde3a4b8e4 (diff)
parent875e0a685921ccab541368440a017c1930b4bba0 (diff)
downloadnutyx-extra-04d7843487436bf80ea4ff07a5bf991c33b517fb.tar.gz
nutyx-extra-04d7843487436bf80ea4ff07a5bf991c33b517fb.tar.bz2
nutyx-extra-04d7843487436bf80ea4ff07a5bf991c33b517fb.tar.xz
nutyx-extra-04d7843487436bf80ea4ff07a5bf991c33b517fb.zip
Merge commit 'guy/master'
Diffstat (limited to 'extra/arora/Pkgfile')
-rw-r--r--extra/arora/Pkgfile17
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
+}