wok diff libetpan-dev/receipt @ rev 15683
Fix wrong variable
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 20:47:24 2013 +0100 (2013-12-20) |
parents | 129bb5b11a7e |
children | 993126b16f4a |
line diff
1.1 --- a/libetpan-dev/receipt Wed Mar 02 03:12:51 2011 +0000 1.2 +++ b/libetpan-dev/receipt Fri Dec 20 20:47:24 2013 +0100 1.3 @@ -5,15 +5,16 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Mail librayry dev files." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libetpan" 1.8 +LICENSE="BSD" 1.9 WANTED="libetpan" 1.10 WEB_SITE="http://libetpan.sourceforge.net/libetpan/index.html" 1.11 1.12 +DEPENDS="libetpan" 1.13 + 1.14 genpkg_rules() 1.15 { 1.16 mkdir -p $fs/usr/lib 1.17 - cp -a $_pkg/usr/bin $fs/usr 1.18 - cp -a $_pkg/usr/include $fs/usr 1.19 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.20 - 1.21 + cp -a $install/usr/bin $fs/usr 1.22 + cp -a $install/usr/include $fs/usr 1.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.24 }