From 8b17199721367674d8af530ac633761f01c6695a Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 15 Oct 2011 15:22:49 +0200 Subject: busybox dans extra --- extra/busybox/Pkgfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 extra/busybox/Pkgfile (limited to 'extra/busybox/Pkgfile') diff --git a/extra/busybox/Pkgfile b/extra/busybox/Pkgfile new file mode 100644 index 000000000..e651d9112 --- /dev/null +++ b/extra/busybox/Pkgfile @@ -0,0 +1,20 @@ +# Description: Permet la construction d'un mini-système idéal pour une initrd ou système embarqué +# URL: http://www.busybox.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=busybox +version=1.18.4 +release=1 +source=(http://busybox.net/downloads/$name-$version.tar.bz2 \ + config) + +build() { + cd $name-$version + cp ../config .config + make menuconfig + make + cp .config `prt-get printf %p --filter=$name`/$name/config + make CONFIG_PREFIX=$PKG install + +} -- cgit v1.2.3-70-g09d2