SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "buildroot"

# SliTaz package receipt.

PACKAGE="buildroot"
VERSION="2011.11"
CATEGORY="development"
SHORT_DESC="Tools to build toolchains and root filesystems with uClibc."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.buildroot.org/"
WGET_URL="${WEB_SITE}downloads/$TARBALL"
DEPENDS="slitaz-toolchain ncurses wget ncursesw-extra"
SUGGESTED="subversion bazaar git elfkickers ccache"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib
    cp -a $src $fs/usr/lib/buildroot
}

# Pre and post install commands for Tazpkg.
post_install()
{
    [ -L /usr/bin/wget ] && tazpkg get-install wget --forced
    cat <<EOT
Now you can do:
$ cd /usr/lib/buildroot
$ make menuconfig
EOT
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)