summaryrefslogtreecommitdiffstats
path: root/extra/clutter/Pkgfile
blob: cfabbc6f3a75e028eda22d4ae3c38c6e8319c2f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description:librairie de creation graphique 
# URL: http://www.clutter-project.org
# Maintainer: NutyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gtk, mesa3d, gobject-introspection, json-glib
# Run on: gtk,mesa3d,lesstif,json-glib

name=clutter
version=1.6.8
release=1

source=(http://www.clutter-project.org/sources/clutter/1.6/$name-$version.tar.bz2)

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