summaryrefslogtreecommitdiffstats
path: root/epiphany/Pkgfile
blob: 5f5151694fa8969ec6ebe541e0a7d0ed08a3008a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Description: Navigateur pour gnome
# URL: http://www.gnome.org/
# Maintainer: NuTyX GNOME team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gnome-desktop, startup-notification,iso-codes, avahi-gtk, webkit, libcanberra, libnotify, nss, seed, desktop-file-utils, ca-certificates
# Run on: gnome-desktop,startup-notification,iso-codes,avahi-gtk,webkit,libcanberra,libnotify,nss,seed,desktop-file-utils,ca-certificates

name=epiphany
version=3.4.2
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--localstatedir=/var/lib \
		--mandir=/usr/share/man \
		--enable-seed \
		--disable-schemas-compile \
		--disable-scrollkeeper \
		--disable-gtk-doc \
		--with-distributor-name=NuTyX
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/gtk-doc
}