summaryrefslogtreecommitdiffstats
path: root/libchamplain/Pkgfile
blob: ee31dae8725795065ebada23e3fcbf9975abbb28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
version=0.12.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
}