wok rev 22568
updated buildroot (2014.08 -> 2019.11)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 05 17:48:52 2020 +0100 (2020-01-05) |
parents | c52d68d75000 |
children | ed417b4ba063 |
files | buildroot/receipt |
line diff
1.1 --- a/buildroot/receipt Sun Jan 05 17:33:37 2020 +0100 1.2 +++ b/buildroot/receipt Sun Jan 05 17:48:52 2020 +0100 1.3 @@ -1,34 +1,35 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="buildroot" 1.7 -VERSION="2014.08" 1.8 +VERSION="2019.11" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Tools to build toolchains and root filesystems with uClibc." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://www.buildroot.org/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://www.buildroot.org/" 1.17 WGET_URL="${WEB_SITE}downloads/$TARBALL" 1.18 + 1.19 SUGGESTED="subversion bazaar git elfkickers ccache bison flex gettext texinfo" 1.20 - 1.21 -DEPENDS="slitaz-toolchain ncurses-dev ncurses wget ncursesw-extra tar \ 1.22 -bash bzip2 perl python unzip rsync bc patch" 1.23 +DEPENDS="bash bc bzip2 ncurses ncurses-dev ncursesw-extra patch \ 1.24 + perl python rsync slitaz-toolchain tar unzip wget" 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr/lib 1.30 - cp -a $src $fs/usr/lib/buildroot 1.31 + cp -a $src $fs/usr/lib/buildroot 1.32 } 1.33 1.34 # Pre and post install commands for Tazpkg. 1.35 post_install() 1.36 { 1.37 - [ -L $1/usr/bin/wget ] && chroot "$1/" tazpkg get-install wget --forced 1.38 + [ -L $1/usr/bin/wget ] && 1.39 + chroot "$1/" tazpkg get-install wget --forced 1.40 cat <<EOT 1.41 Now you can do: 1.42 $ cd /usr/lib/buildroot 1.43 $ make menuconfig 1.44 EOT 1.45 } 1.46 -