30 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Build template for 'busybox-initramfs'.
 | |
| pkgname=busybox-initramfs
 | |
| version=1.15.1
 | |
| revision=1
 | |
| wrksrc=busybox-$version
 | |
| distfiles="http://www.busybox.net/downloads/busybox-$version.tar.bz2"
 | |
| build_style=gnu_makefile
 | |
| make_install_args="
 | |
| CONFIG_PREFIX=${XBPS_DESTDIR}/${pkgname}-${version}/usr/lib/${pkgname}"
 | |
| short_desc="The Swiss Army Knife of Embedded Linux for initial ramdisks"
 | |
| maintainer="Juan RP <xtraeme@gmail.com>"
 | |
| checksum=7f623cb0c9281aefafeacf3b4f925debc7516d263ff469a82e548da415e575cd
 | |
| long_desc="
 | |
|  BusyBox combines tiny versions of many common UNIX utilities into a single
 | |
|  small executable. It provides replacements for most of the utilities you
 | |
|  usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox
 | |
|  generally have fewer options than their full-featured GNU cousins; however,
 | |
|  the options that are included provide the expected functionality and behave
 | |
|  very much like their GNU counterparts. BusyBox provides a fairly complete
 | |
|  environment for any small or embedded system.
 | |
| 
 | |
|  This package provides some required utilities for the initial ramdisks."
 | |
| 
 | |
| Add_dependency full glibc
 | |
| 
 | |
| pre_configure()
 | |
| {
 | |
| 	cp -f ${XBPS_TEMPLATESDIR}/${pkgname}/dotconfig ${wrksrc}/.config
 | |
| }
 | 
