wok-next view buildroot/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 65f5c0b7dcd4
children 19f79dcb70d2
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="https://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 bzr git elfkickers ccache bison flex gettext-dev \
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 }