diff options
Diffstat (limited to 'libchamplain/Pkgfile')
-rw-r--r-- | libchamplain/Pkgfile | 22 |
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 +} |