File: kernel/discover/Makefile
base-0 patch-1
Line 10Line 10
LICENSE = weird
weird_LICENSE_TEXT = $(WORKSRC)/LICENSE

LICENSE = weird
weird_LICENSE_TEXT = $(WORKSRC)/LICENSE

DESCRIPTION =
DESCRIPTION = hardware identification system
define BLURB
define BLURB
Enter a longer description here.

You can use multiple lines if you want.
Discover is a hardware identification system based on the libdiscover1
library. Discover provides a flexible interface that programs can use
to report a wide range of information about the hardware that is
installed on a Linux system. In addition to reporting information,
discover includes support for doing hardware detection at boot
time. Detection occurs in two stages.. The first stage, which runs from
an initial ramdisk (initrd), loads just the drivers needed to mount
the root file system, and the second stage loads the rest (ethernet
cards, sound cards, etc.).
endef

endef

DEPENDS = kernel/discover-data net/curl kernel/pcmcia-cs boot/minit
LIBDEPS = lib/expat
DEPENDS = kernel/discover-data kernel/pcmcia-cs boot/minit lang/sed
LIBDEPS = devel/glibc lib/zlib net/curl lib/expat
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile