wok diff libxml2/receipt @ rev 918
Add: mplayer-codecs (Codecs for MPlayer)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Jun 16 10:47:23 2008 +0200 (2008-06-16) |
parents | d20580fa5cac |
children | 17d3bc40263d |
line diff
1.1 --- a/libxml2/receipt Mon Apr 14 15:06:52 2008 +0200 1.2 +++ b/libxml2/receipt Mon Jun 16 10:47:23 2008 +0200 1.3 @@ -17,8 +17,10 @@ 1.4 { 1.5 cd $src 1.6 ./configure \ 1.7 - --prefix=/usr --infodir=/usr/share/info \ 1.8 - --mandir=/usr/share/man --with-html-dir=/usr/share/doc 1.9 + --prefix=/usr \ 1.10 + --infodir=/usr/share/info \ 1.11 + --mandir=/usr/share/man \ 1.12 + --with-html-dir=/usr/share/doc 1.13 $CONFIGURE_ARGS 1.14 make 1.15 make DESTDIR=$PWD/_pkg install 1.16 @@ -30,6 +32,5 @@ 1.17 mkdir -p $fs/usr/lib 1.18 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.19 cp -a $_pkg/usr/bin $fs/usr 1.20 - strip -s $fs/usr/lib/* 1.21 - strip -s $fs/usr/bin/* 2>/dev/null 1.22 + rm $fs/usr/bin/xml2-config 1.23 }