wok-next diff strigi-dev/receipt @ rev 15139
mlt-python-bindings: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 11:27:14 2013 +0000 (2013-08-15) |
parents | a86c9d5d978f |
children | 47e1df965953 |
line diff
1.1 --- a/strigi-dev/receipt Sun May 30 19:12:39 2010 +0200 1.2 +++ b/strigi-dev/receipt Thu Aug 15 11:27:14 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Strigi devel file." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="LGPL2" 1.8 WANTED="strigi" 1.9 WEB_SITE="http://www.vandenoever.info/software/strigi/" 1.10 1.11 @@ -12,6 +13,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.16 - cp -a $_pkg/usr/include $fs/usr 1.17 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.18 + cp -a $install/usr/include $fs/usr 1.19 }