summaryrefslogtreecommitdiffstats
path: root/eog-plugins/Pkgfile
blob: 18a2097f1b434e9c1999c654c355734a692e2b1a (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: Extensions pour Eye of Gnome.
# URL: http://projects.gnome.org/eog/
# Maintainer: NuTyX GNOME team
# Packager: piernov <piernov@piernov.org>
# Depends on: eog, libgdata, libchamplain
# Run on: eog,libgdata,libchamplain

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

build() {
        cd $name-$version
        ./configure --prefix=/usr \
		--sysconfdir=/etc \
		--enable-python \
		--disable-schemas-compile \
		--with-plugins=really-all
        make
        make DESTDIR=$PKG install
        rm -rf $PKG/usr/share/gtk-doc
}