wok-next rev 5760
Up speex (1.2rc1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 05 11:56:36 2010 +0200 (2010-07-05) |
parents | 55b0f51a38c7 |
children | 71e67ca5d968 |
files | speex-dev/receipt speex/receipt |
line diff
1.1 --- a/speex-dev/receipt Sun Jul 04 15:44:26 2010 -0400 1.2 +++ b/speex-dev/receipt Mon Jul 05 11:56:36 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="speex-dev" 1.7 -VERSION="1.0.5" 1.8 +VERSION="1.2rc1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Low bandwith voice codec dev files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -14,5 +14,6 @@ 1.13 mkdir -p $fs/usr/lib $fs/usr/share 1.14 cp -a $_pkg/usr/include $fs/usr 1.15 cp -a $_pkg/usr/lib/*a $fs/usr/lib 1.16 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.17 cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.18 }
2.1 --- a/speex/receipt Sun Jul 04 15:44:26 2010 -0400 2.2 +++ b/speex/receipt Mon Jul 05 11:56:36 2010 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="speex" 2.7 -VERSION="1.0.5" 2.8 +VERSION="1.2rc1" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="Low bandwith voice codec." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -26,6 +26,4 @@ 2.13 mkdir -p $fs/usr/lib 2.14 cp -a $_pkg/usr/bin $fs/usr 2.15 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.16 - # cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 2.17 } 2.18 -