pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [GLUG-tech] busybox port to NetBSD pkgsrc



sOn Tue, 2007-01-09 at 22:14 +0200, Ross Cameron wrote:
On 09/01/07, Rudi Ahlers <Rudi%softdux.com@localhost> wrote:
Here's a wild shot in the dark:

DISTNAME=               busybox-1.3.1
#PKGNAME=               busybox-1.3.1
CATEGORIES=             sysutils
MASTER_SITES=           http://busybox.net/downloads/
EXTRACT_SUFX=           .tar.bz2

MAINTAINER=             ross%goal.co.za@localhost
HOMEPAGE=               http://busybox.net/
COMMENT=                The "Swiss Army Knife" of embedded Linux
DESCR=                  The "Swiss Army Knife" of
 embedded Linux

USE_TOOLS+=             gmake
>

HAS_CONFIGURE= YES

I cant use  "HAS_CONFIGURE= YES" because busybox doesn't use a ./configure
it uses a build system hijacked from the Linux kernel project.


The usual way of compiling busybox is:
      make menuconfig
      make
      make install


Ok, so comment it out then?

-- 

Kind Regards
Rudi Ahlers
SoftDux CEO
Web:    http://www.SoftDux.com
Forum:  http://Forum.SoftDux.com


Home | Main Index | Thread Index | Old Index