diff options
author | piernov <piernov@piernov.org> | 2011-09-28 19:02:50 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-28 19:02:50 +0200 |
commit | 163b356afaf2b99aaf464748298045a73956af58 (patch) | |
tree | 86a8fa6dad17298d4e5efadd24d65b571371a328 /clutter/Pkgfile | |
parent | 1e58a11925e02ee86ddcae016abd8d821aca6549 (diff) | |
download | gnome3-163b356afaf2b99aaf464748298045a73956af58.tar.gz gnome3-163b356afaf2b99aaf464748298045a73956af58.tar.bz2 gnome3-163b356afaf2b99aaf464748298045a73956af58.tar.xz gnome3-163b356afaf2b99aaf464748298045a73956af58.zip |
clutter dans extra
Diffstat (limited to 'clutter/Pkgfile')
-rw-r--r-- | clutter/Pkgfile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/clutter/Pkgfile b/clutter/Pkgfile deleted file mode 100644 index 1961a17..0000000 --- a/clutter/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# 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.8.0 -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 -} - - |