wok-6.x diff libtheora/receipt @ rev 14565
eina: update SHORT_DESC
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu May 23 19:48:55 2013 +0200 (2013-05-23) |
parents | 33e4f7996e84 |
children | 8d6f480bf664 |
line diff
1.1 --- a/libtheora/receipt Sun May 30 02:47:06 2010 +0000 1.2 +++ b/libtheora/receipt Thu May 23 19:48:55 2013 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="libtheora" 1.5 VERSION="1.1.1" 1.6 CATEGORY="multimedia" 1.7 -SHORT_DESC="Thera video codec and tools." 1.8 +SHORT_DESC="Theora video codec and tools." 1.9 MAINTAINER="pankso@slitaz.org" 1.10 DEPENDS="libogg libvorbis" 1.11 BUILD_DEPENDS="libogg-dev libvorbis-dev" 1.12 @@ -27,6 +27,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - cp -a $_pkg/usr/lib/libtheora.so* $fs/usr/lib 1.17 + cp -a $install/usr/lib/libtheora.so* $fs/usr/lib 1.18 } 1.19