summaryrefslogtreecommitdiffstats
path: root/fredjo-gnome-2.28-test/epiphany/Pkgfile
blob: 02a161fc7f735064186420072f9b9ff5a0e176c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: The GNOME desktop web browser
# URL: http://www.gnome.org/projects/epiphany/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: iso-codes, libgnomeui, libgnomeprintui, librsvg, gnome-doc-utils, xulrunner, libnotify, gnome-desktop
# Group: gnome/desktop

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

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/man \
		--disable-scrollkeeper \
		--sysconfdir=/etc \
		--disable-schemas-install
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/gtk-doc
}