# HG changeset patch # User Pascal Bellard # Date 1376401736 0 # Node ID 7a9e6281add3215762768d22ce637f3fdea143c2 # Parent 3b1a2605b6771ed7cf234e004a3d305459b91434 crosstool-ng: update bdeps diff -r 3b1a2605b677 -r 7a9e6281add3 crosstool-ng/receipt --- a/crosstool-ng/receipt Tue Aug 13 13:30:04 2013 +0000 +++ b/crosstool-ng/receipt Tue Aug 13 13:48:56 2013 +0000 @@ -9,7 +9,7 @@ WEB_SITE="http://ymorin.is-a-geek.org/projects/crosstool" WGET_URL="http://ymorin.is-a-geek.org/download/$PACKAGE/$TARBALL" DEPENDS="slitaz-toolchain" -BUILD_DEPENDS="subversion flex cvs gawk texinfo" +BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev" # Rules to configure and make the package. compile_rules() @@ -25,5 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs }