summaryrefslogtreecommitdiffstats
path: root/cogl/Pkgfile
blob: bb57ff4ec936178ded0d326dde4ca8586e3aaa23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Bibliothèque utilisant l'accelération 3D matériel pour l'affichage
# URL: http://www.clutter-project.org
# Maintainer: NutyX core team
# Packager: piernov <piernov@piernov.org>
# Depends on: gtk3, mesa3d, gobject-introspection, json-glib
# Run on: gtk3,mesa3d,lesstif,json-glib

name=cogl
version=1.10.4
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--enable-introspection
	make
	make DESTDIR=$PKG install
}