summaryrefslogtreecommitdiffstats
path: root/gnome-documents/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-documents/Pkgfile')
-rw-r--r--gnome-documents/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnome-documents/Pkgfile b/gnome-documents/Pkgfile
new file mode 100644
index 0000000..0a07474
--- /dev/null
+++ b/gnome-documents/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Gestionnaire de documents pour Gnome
+# URL: https://live.gnome.org/Design/Apps/Documents
+# Maintainer: NuTyX GNOME team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: tracker, evince, gtk3, libgdata, gnome-desktop, gnome-online-accounts, clutter-gtk, gjs, gobject-introspection, intltool
+# Run on: tracker,evince,gtk3,libgdata,gnome-desktop,gnome-online-accounts,clutter-gtk,gjs
+
+name=gnome-documents
+version=0.2.0
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ PYTHON=python2 ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib/gnome-documents
+ make
+ make DESTDIR=$PKG install
+}