summaryrefslogtreecommitdiffstats
path: root/gnome/epiphany/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/epiphany/Pkgfile')
-rw-r--r--gnome/epiphany/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/gnome/epiphany/Pkgfile b/gnome/epiphany/Pkgfile
new file mode 100644
index 000000000..e365bfddb
--- /dev/null
+++ b/gnome/epiphany/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Navigateur pour gnome
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gnome-desktop, startup-notification,iso-codes, xulrunner
+
+name=epiphany
+version=2.26.3
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.26/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=$GNOME_PREFIX \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib \
+ --disable-schemas-install \
+ --disable-scrollkeeper
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/var
+}
+