summaryrefslogtreecommitdiffstats
path: root/epiphany/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-30 15:22:02 +0200
committerpiernov <piernov@piernov.org>2011-08-30 15:22:02 +0200
commit1bdebd3e7a6092c21e4331a641f78c2b48010e3d (patch)
tree9f3ec6d72b592fc231eed41486ca52807a023083 /epiphany/Pkgfile
parenta6863c99526931d762c5fc08fdb2a621318affea (diff)
downloadgnome3-1bdebd3e7a6092c21e4331a641f78c2b48010e3d.tar.gz
gnome3-1bdebd3e7a6092c21e4331a641f78c2b48010e3d.tar.bz2
gnome3-1bdebd3e7a6092c21e4331a641f78c2b48010e3d.tar.xz
gnome3-1bdebd3e7a6092c21e4331a641f78c2b48010e3d.zip
epiphany 3.1.90-1 màj port
Diffstat (limited to 'epiphany/Pkgfile')
-rw-r--r--epiphany/Pkgfile29
1 files changed, 15 insertions, 14 deletions
diff --git a/epiphany/Pkgfile b/epiphany/Pkgfile
index c55576c..b4d4fa5 100644
--- a/epiphany/Pkgfile
+++ b/epiphany/Pkgfile
@@ -6,22 +6,23 @@
# Run on: gnome-desktop,startup-notification,iso-codes,avahi,webkit,libcanberra,libnotify,nss
name=epiphany
-version=3.1.5
+version=3.1.90
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 \
- --disable-schemas-install \
- --without-ca-file \
- --disable-gtk-doc \
- --disable-scrollkeeper
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/var
- rm -rf $PKG/usr/share/gtk-doc
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib \
+ --mandir=/usr/share/man \
+ --disable-schemas-compile \
+ --disable-scrollkeeper \
+ --disable-gtk-doc \
+ --with-ca-file=/etc/ssl/certs/ca-certificates.crt \
+ --with-distributor-name=NuTyX
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
}