diff options
author | Christoph Lameter <christoph@gentoo.org> | 2002-07-31 15:41:42 +0000 |
---|---|---|
committer | Christoph Lameter <christoph@gentoo.org> | 2002-07-31 15:41:42 +0000 |
commit | 8fe3d9832b7eeb9666a16e5aa87508b7bf8e7483 (patch) | |
tree | a1323681bcd61fd56b0915be0128ef9d4ecb9a54 /sys-apps/discover | |
parent | downgraded binutils to a sane version (diff) | |
download | gentoo-2-8fe3d9832b7eeb9666a16e5aa87508b7bf8e7483.tar.gz gentoo-2-8fe3d9832b7eeb9666a16e5aa87508b7bf8e7483.tar.bz2 gentoo-2-8fe3d9832b7eeb9666a16e5aa87508b7bf8e7483.zip |
Fix issues in ebuild per seemant and George
Diffstat (limited to 'sys-apps/discover')
-rw-r--r-- | sys-apps/discover/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/discover/discover-1.5-r2.ebuild | 53 | ||||
-rw-r--r-- | sys-apps/discover/files/digest-discover-1.5-r2 | 1 |
3 files changed, 59 insertions, 0 deletions
diff --git a/sys-apps/discover/ChangeLog b/sys-apps/discover/ChangeLog index db2f12e309c3..f4105eec1a31 100644 --- a/sys-apps/discover/ChangeLog +++ b/sys-apps/discover/ChangeLog @@ -2,4 +2,9 @@ discover-1.5-r1.ebuild July 30, 2002 christoph@gentoo.org First release into gentoo cvs tree + +discover-1.5-r2.ebuild July 31, 2002 christoph@gentoo.org + + Fix ebuild RDEPEND and other things +
\ No newline at end of file diff --git a/sys-apps/discover/discover-1.5-r2.ebuild b/sys-apps/discover/discover-1.5-r2.ebuild new file mode 100644 index 000000000000..682d0bc4a455 --- /dev/null +++ b/sys-apps/discover/discover-1.5-r2.ebuild @@ -0,0 +1,53 @@ +# +# (C) 2002 The TelemetryBox Corporation. http://telemetrybox.biz +# Christoph Lameter, <christoph@lameter.com>, July 15, 2002 +# +# Released under the GPL +# +# -r1 provide gentoo discover script. Create missing /var/lib/discover +# directory +DESCRIPTION="Discover hardware and load the appropriate drivers for that hardware." + +LONGDESC=" + 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.)." + +HOMEPAGE="http://www.progeny.com/discover" + +SRC_URI="ftp://ftp.debian.org/debian/pool/main/d/discover/discover_1.5-1.tar.gz" + +LICENSE="GPL-2" +SLOT="1" +KEYWORDS="x86 ppc" + +DEPEND="" + +# Run-time dependencies, same as DEPEND if RDEPEND isn't defined: +RDEPEND="sys-apps/discover-data" + +S=${WORKDIR}/${P} + +src_compile() { + ./configure --prefix=/usr \ + --sbindir=/sbin \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info || die "configure failed" + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + cp ${FILESDIR}/etc-init.d-discover ${D}/etc/init.d/discover + insinto /usr/share/discover + doins discover/linuxrc + dodoc BUGS AUTHORS ChangeLog NEWS README TODO ChangeLog.mandrake docs/ISA-Structure docs/PCI-Structure docs/Programming + insinto /var/lib/discover + prepallman +} diff --git a/sys-apps/discover/files/digest-discover-1.5-r2 b/sys-apps/discover/files/digest-discover-1.5-r2 new file mode 100644 index 000000000000..ef9f5f0ac315 --- /dev/null +++ b/sys-apps/discover/files/digest-discover-1.5-r2 @@ -0,0 +1 @@ +MD5 0dd025df0f3c7f2c05e4f6f7596e636b discover_1.5-1.tar.gz 382861 |