summaryrefslogtreecommitdiffstats
path: root/gnome/epiphany/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/epiphany/Pkgfile')
-rw-r--r--gnome/epiphany/Pkgfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/gnome/epiphany/Pkgfile b/gnome/epiphany/Pkgfile
deleted file mode 100644
index 6bb91dff7..000000000
--- a/gnome/epiphany/Pkgfile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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, avahi, webkit, libcanberra, libnotify, nss
-# Run on: gnome-desktop,startup-notification,iso-codes,avahi,webkit,libcanberra,libnotify,nss
-
-name=epiphany
-version=2.30.2
-release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
-build() {
- cd $name-$version
- ./configure --prefix=$GNOME_PREFIX \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --mandir=$GNOME_PREFIX/share/man \
- --disable-schemas-install \
- --without-ca-file \
- --disable-scrollkeeper
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/var
- rm -rf $PKG/usr/share/gtk-doc
-}
-