summaryrefslogtreecommitdiffstats
path: root/eog-plugins/Pkgfile
blob: ad169b63eb35eedda1f4869e47d0cf18f870339f (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.1
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
}