wok diff orc/receipt @ rev 16094
ffmpeg-compat: typo in post_remove()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 16 14:51:45 2014 +0000 (2014-03-16) |
parents | d1d9ce114d26 |
children | f859cb9150af |
line diff
1.1 --- a/orc/receipt Sun Feb 17 19:51:06 2013 +0100 1.2 +++ b/orc/receipt Sun Mar 16 14:51:45 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="The Oil Runtime Compiler" 1.6 MAINTAINER="domcox@slitaz.org" 1.7 +LICENSE="BSD" 1.8 DEPENDS="" 1.9 BUILD_DEPENDS="" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 @@ -26,6 +27,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.19 }