summaryrefslogtreecommitdiffstats
path: root/gnome/clutter/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-12 21:53:20 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-12 21:53:20 +0100
commit93abbcebe0aab39c841aa72dcd13bfc0a1402337 (patch)
tree892ea0874fbc407b692b71df6e956596b94cf994 /gnome/clutter/Pkgfile
parent8c801076d498661b3ea6f7986ec1614fba518dfe (diff)
downloadnutyx-extra-93abbcebe0aab39c841aa72dcd13bfc0a1402337.tar.gz
nutyx-extra-93abbcebe0aab39c841aa72dcd13bfc0a1402337.tar.bz2
nutyx-extra-93abbcebe0aab39c841aa72dcd13bfc0a1402337.tar.xz
nutyx-extra-93abbcebe0aab39c841aa72dcd13bfc0a1402337.zip
Ajout de clutter#1.1.2-1
Diffstat (limited to 'gnome/clutter/Pkgfile')
-rwxr-xr-xgnome/clutter/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/gnome/clutter/Pkgfile b/gnome/clutter/Pkgfile
new file mode 100755
index 000000000..03868a321
--- /dev/null
+++ b/gnome/clutter/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Jeu pour le bureau gnome
+# URL: http://www.gnome.org/softwaremap/projects/gnome-games/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: pango, cairo, gtk, gobject-introspection
+
+name=clutter
+version=1.1.2
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
+build() {
+ cd $name-$version
+ ./configure --prefix=$GNOME_PREFIX \
+ --localstatedir=/var \
+ --disable-schemas-install \
+ --disable-setgid \
+ --disable-tests \
+ --sysconfdir=/etc \
+ --disable-scrollkeeper
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
+}