summaryrefslogtreecommitdiffstats
path: root/libchamplain-0.10/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libchamplain-0.10/Pkgfile')
-rw-r--r--libchamplain-0.10/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/libchamplain-0.10/Pkgfile b/libchamplain-0.10/Pkgfile
new file mode 100644
index 0000000..2ae292a
--- /dev/null
+++ b/libchamplain-0.10/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Widget GTK+ permettant l'affichage de cartes
+# URL: http://projects.gnome.org/libchamplain/
+# Maintainer: NutyX core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: clutter-gtk, libsoup, cairo, sqlite3, gobject-introspection
+# Run on: clutter-gtk,libsoup,cairo,sqlite3
+
+name=libchamplain-0.10
+version=0.10.1
+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
+}