wok-next view busybox-slish/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 891185000a02
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="busybox-slish"
4 VERSION="1.23.2"
5 SOURCE="busybox"
6 CATEGORY="base-system"
7 SHORT_DESC="Busybox for SlisH basic chroot"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://busybox.net/"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WGET_URL="http://www.busybox.net/downloads/$TARBALL"
15 # I don't want to compile all BB packages just for a basic build!
16 #
17 compile_rules() {
18 cp $stuff/busybox-${VERSION%.*}.config .config
19 make oldconfig &&
20 make &&
21 make install || return 1
23 install -Dm0600 $stuff/busybox.conf $install/etc/busybox.conf
24 cp -r $src/_install/* $install
25 chmod 4755 $install/bin/busybox
26 }
28 genpkg_rules() {
29 copy @std
30 }