wok-6.x diff clearlooks/receipt @ rev 1193
openldap: fix BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 05 09:46:46 2008 +0000 (2008-08-05) |
parents | ccf126429a43 |
children | c1ff74d9b6f4 |
line diff
1.1 --- a/clearlooks/receipt Wed Feb 13 14:56:26 2008 +0100 1.2 +++ b/clearlooks/receipt Tue Aug 05 09:46:46 2008 +0000 1.3 @@ -13,8 +13,11 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.8 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.9 + ./configure \ 1.10 + --prefix=/usr \ 1.11 + --infodir=/usr/share/info \ 1.12 + --mandir=/usr/share/man \ 1.13 + $CONFIGURE_ARGS 1.14 make 1.15 make DESTDIR=$PWD/_pkg install 1.16 } 1.17 @@ -23,7 +26,6 @@ 1.18 genpkg_rules() 1.19 { 1.20 cp -a $_pkg/* $fs 1.21 - rm $fs/usr/lib/gtk-2.0/2.4.0/engines/*.la 1.22 + rm $fs/usr/lib/gtk-2.0/2.10.0/engines/*.la 1.23 rm -rf $fs/usr/share/icons 1.24 - strip -s $fs/usr/lib/gtk-2.0/2.4.0/engines/* 1.25 }