wok-next rev 21529
updated buildroot (2014.08 -> 2020.05)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 20 16:34:10 2020 +0100 (2020-06-20) |
parents | ce0470d0a8b1 |
children | 479f5c96e282 |
files | buildroot/receipt |
line diff
1.1 --- a/buildroot/receipt Fri Jun 19 15:20:45 2020 +0100 1.2 +++ b/buildroot/receipt Sat Jun 20 16:34:10 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="buildroot" 1.7 -VERSION="2014.08" 1.8 +VERSION="2020.05" 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 @@ -11,20 +11,24 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WGET_URL="${WEB_SITE}downloads/$TARBALL" 1.15 1.16 -compile_rules() { 1.17 +compile_rules() 1.18 +{ 1.19 mkdir -p $install/usr/lib 1.20 cp -a $src $install/usr/lib/buildroot 1.21 } 1.22 1.23 -genpkg_rules() { 1.24 +genpkg_rules() 1.25 +{ 1.26 copy @std @dev 1.27 - DEPENDS="slitaz-toolchain ncurses-dev ncurses wget ncurses-extra tar bash \ 1.28 - bzip2 perl python unzip rsync bc patch" 1.29 - SUGGESTED="subversion bzr git elfkickers ccache bison flex gettext-dev \ 1.30 - texinfo" 1.31 + 1.32 + DEPENDS="bash bc bzip2 ncurses ncurses-dev ncurses-extra perl python 1.33 + rsync slitaz-toolchain tar unzip patch wget" 1.34 + SUGGESTED="bison bzr ccache elfkickers flex gettext-dev git subversion 1.35 + texinfo" 1.36 } 1.37 1.38 -post_install() { 1.39 +post_install() 1.40 +{ 1.41 cat <<EOT 1.42 Now you can do: 1.43 $ cd /usr/lib/buildroot