summaryrefslogtreecommitdiffstats
path: root/libchamplain/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-29 18:49:54 +0200
committerpiernov <piernov@piernov.org>2011-08-29 18:49:54 +0200
commit0ee0159b8f28a166f0ffb56926051dbbbd1fa93a (patch)
tree542c3d4b7c644a5b6b9c38b50348b404bc1fbe2c /libchamplain/Pkgfile
parent57e1f2cf797fef70e2c46a450619e63b4da4f50c (diff)
downloadgnome3-0ee0159b8f28a166f0ffb56926051dbbbd1fa93a.tar.gz
gnome3-0ee0159b8f28a166f0ffb56926051dbbbd1fa93a.tar.bz2
gnome3-0ee0159b8f28a166f0ffb56926051dbbbd1fa93a.tar.xz
gnome3-0ee0159b8f28a166f0ffb56926051dbbbd1fa93a.zip
libchamplain 0.10.0-1 ajout port
Diffstat (limited to 'libchamplain/Pkgfile')
-rw-r--r--libchamplain/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/libchamplain/Pkgfile b/libchamplain/Pkgfile
new file mode 100644
index 0000000..549c7ea
--- /dev/null
+++ b/libchamplain/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-gnome, cairo, sqlite3, gobject-introspection
+# Run on: clutter-gtk, libsoup-gnome, cairo, sqlite3
+
+name=libchamplain
+version=0.10.0
+release=1
+
+source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+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
+}