wok-next view buildroot/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
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 }