wok rev 15070
crosstool-ng: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 13:48:56 2013 +0000 (2013-08-13) |
parents | 3b1a2605b677 |
children | be3090d1feef |
files | crosstool-ng/receipt |
line diff
1.1 --- a/crosstool-ng/receipt Tue Aug 13 13:30:04 2013 +0000 1.2 +++ b/crosstool-ng/receipt Tue Aug 13 13:48:56 2013 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="http://ymorin.is-a-geek.org/projects/crosstool" 1.5 WGET_URL="http://ymorin.is-a-geek.org/download/$PACKAGE/$TARBALL" 1.6 DEPENDS="slitaz-toolchain" 1.7 -BUILD_DEPENDS="subversion flex cvs gawk texinfo" 1.8 +BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -25,5 +25,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - cp -a $_pkg/usr $fs 1.17 + cp -a $install/usr $fs 1.18 }