wok-next view buildroot/receipt @ rev 20683

Up pciids (20180517), usbids (20180504)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 18 15:15:42 2018 +0300 (2018-05-18)
parents 6c12ac1293fc
children 65f5c0b7dcd4
line source
1 # SliTaz package receipt v2.
3 PACKAGE="buildroot"
4 VERSION="2014.08"
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="http://www.buildroot.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="${WEB_SITE}downloads/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/lib
16 cp -a $src $install/usr/lib/buildroot
17 }
19 genpkg_rules() {
20 copy @std @dev
21 DEPENDS="slitaz-toolchain ncurses-dev ncurses wget ncurses-extra tar bash \
22 bzip2 perl python unzip rsync bc patch"
23 SUGGESTED="subversion bazaar git elfkickers ccache bison flex gettext \
24 texinfo"
25 }
27 post_install() {
28 cat <<EOT
29 Now you can do:
30 $ cd /usr/lib/buildroot
31 $ make menuconfig
32 EOT
33 }