From 0ee0159b8f28a166f0ffb56926051dbbbd1fa93a Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 29 Aug 2011 18:49:54 +0200 Subject: libchamplain 0.10.0-1 ajout port --- libchamplain/Pkgfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libchamplain/Pkgfile (limited to 'libchamplain/Pkgfile') 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 +# 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 +} -- cgit v1.2.3-54-g00ecf