wok-next view buildroot/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="buildroot"
4 VERSION="2020.05"
5 CATEGORY="development"
6 SHORT_DESC="Tools to build toolchains and root filesystems with uClibc"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://buildroot.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="${WEB_SITE}downloads/$TARBALL"
14 compile_rules()
15 {
16 mkdir -p $install/usr/lib
17 cp -a $src $install/usr/lib/buildroot
18 }
20 genpkg_rules()
21 {
22 copy @std @dev
24 DEPENDS="bash bc bzip2 ncurses ncurses-dev ncurses-extra perl python
25 rsync slitaz-toolchain tar unzip patch wget"
26 SUGGESTED="bison bzr ccache elfkickers flex gettext-dev git subversion
27 texinfo"
28 }
30 post_install()
31 {
32 cat <<EOT
33 Now you can do:
34 $ cd /usr/lib/buildroot
35 $ make menuconfig
36 EOT
37 }