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