wok-current diff crosstool-ng/receipt @ rev 15216
Add libotr
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 16 12:32:27 2013 +0000 (2013-09-16) |
parents | 4e822d0d55d5 |
children | eb8067417980 |
line diff
1.1 --- a/crosstool-ng/receipt Mon Oct 17 02:34:43 2011 +0000 1.2 +++ b/crosstool-ng/receipt Mon Sep 16 12:32:27 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 }