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



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


Home | Main Index | Thread Index | Old Index