wok-next diff ntop-dev/receipt @ rev 17913
python-unicodecsv: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 08 16:24:28 2015 +0200 (2015-04-08) |
parents | 65dace417400 |
children |
line diff
1.1 --- a/ntop-dev/receipt Sat Dec 17 11:15:42 2011 +0100 1.2 +++ b/ntop-dev/receipt Wed Apr 08 16:24:28 2015 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Network traffic probe development files." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 WEB_SITE="http://www.ntop.org/" 1.9 WANTED="ntop" 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/*.a $fs/usr/lib 1.16 + cp -a $install/usr/lib/*.a $fs/usr/lib 1.17 } 1.18