wok diff buildroot/receipt @ rev 23043
gcc83-lib-base: add /usr/libgcc83/libstdc++.la (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 12:21:44 2020 +0100 (2020-03-05) |
parents | 1e155268c3d0 |
children | bd734fc43792 |
line diff
1.1 --- a/buildroot/receipt Tue Jun 28 11:25:38 2016 +0200 1.2 +++ b/buildroot/receipt Thu Mar 05 12:21:44 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 -