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

name=clutter
version=1.9.14
release=1
source=(http://www.clutter-project.org/sources/clutter/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--enable-introspection
	make
	make DESTDIR=$PKG install
	ln -s libclutter-1.0.la $PKG/usr/lib/libclutter-glx-1.0.la
}