wok-6.x rev 10217
Up: clutter to 1.6.14.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 23:47:54 2011 +0000 (2011-05-20) |
parents | 2cc520912413 |
children | 6ec1b3691111 |
files | clutter-dev/receipt clutter/receipt |
line diff
1.1 --- a/clutter-dev/receipt Fri May 20 23:46:04 2011 +0000 1.2 +++ b/clutter-dev/receipt Fri May 20 23:47:54 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="clutter-dev" 1.7 -VERSION="1.6.6" 1.8 +VERSION="1.6.14" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Clutter tool kit devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/clutter/receipt Fri May 20 23:46:04 2011 +0000 2.2 +++ b/clutter/receipt Fri May 20 23:47:54 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="clutter" 2.7 -VERSION="1.6.6" 2.8 +VERSION="1.6.14" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Animated graphical user interfaces library." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -21,10 +21,9 @@ 2.13 { 2.14 cd $src 2.15 ./configure \ 2.16 - --prefix=/usr \ 2.17 + --enable-introspection \ 2.18 $CONFIGURE_ARGS && 2.19 - make && 2.20 - make DESTDIR=$PWD/_pkg install 2.21 + make && make install 2.22 } 2.23 2.24 # Rules to gen a SliTaz package suitable for Tazpkg.