wok rev 14008
libtheora: small typo in SHORT DESC
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Feb 17 19:45:22 2013 +0100 (2013-02-17) |
parents | 6d82665228b2 |
children | 58c3a451ec7b |
files | libtheora/receipt |
line diff
1.1 --- a/libtheora/receipt Sun Feb 17 19:44:20 2013 +0100 1.2 +++ b/libtheora/receipt Sun Feb 17 19:45:22 2013 +0100 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