summaryrefslogtreecommitdiffstats
path: root/eog-plugins/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'eog-plugins/Pkgfile')
-rw-r--r--eog-plugins/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/eog-plugins/Pkgfile b/eog-plugins/Pkgfile
new file mode 100644
index 0000000..fef9ffb
--- /dev/null
+++ b/eog-plugins/Pkgfile
@@ -0,0 +1,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.3.92
+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
+}