summaryrefslogtreecommitdiffstats
path: root/libzapojit/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libzapojit/Pkgfile')
-rw-r--r--libzapojit/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/libzapojit/Pkgfile b/libzapojit/Pkgfile
new file mode 100644
index 0000000..8c72c4b
--- /dev/null
+++ b/libzapojit/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Interface GLib/GObject pour Skydrive et Hotmail.
+# URL: http://git.gnome.org/browse/libzapojit
+# Maintainer: http://git.gnome.org/browse/libzapojit
+# Packager: piernov <piernov@piernov.org>
+# Depends on: gnome-online-account, rest, json-glib, intltool, gobject-introspection
+# Run on: gnome-online-account,rest,json-glib
+
+name=libzapojit
+version=0.0.2
+release=1
+source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-gtk-doc \
+ --enable-introspection=yes
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}