wok view buildroot/receipt @ rev 16506

Add libsearpc to bith arch + python-simplejson to ARM
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 24 15:38:01 2014 +0200 (2014-04-24)
parents 5ee7ba5d5f57
children c7d0fffbbc6d
line source
1 # SliTaz package receipt.
3 PACKAGE="buildroot"
4 VERSION="2011.11"
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.buildroot.org/"
11 WGET_URL="${WEB_SITE}downloads/$TARBALL"
12 SUGGESTED="subversion bazaar git elfkickers ccache"
14 DEPENDS="slitaz-toolchain ncurses wget ncursesw-extra"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $src $fs/usr/lib/buildroot
21 }
23 # Pre and post install commands for Tazpkg.
24 post_install()
25 {
26 [ -L /usr/bin/wget ] && tazpkg get-install wget --forced
27 cat <<EOT
28 Now you can do:
29 $ cd /usr/lib/buildroot
30 $ make menuconfig
31 EOT
32 }