summaryrefslogtreecommitdiff
blob: c4578298a1bbf1b0a05a782b5d6cd5665a655872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldetect/ldetect-0.4.7.ebuild,v 1.9 2003/09/29 21:40:27 mholzer Exp $

ECVS_ANON="no"
ECVS_USER="anoncvs"
ECVS_SERVER="cvs.mandrakesoft.com:/cooker"
ECVS_MODULE="soft/ldetect"
ECVS_PASS="cvs"
ECVS_CVS_OPTIONS="-dP"

#inherit perl-module
inherit cvs

S=${WORKDIR}/${ECVS_MODULE}
DESCRIPTION="Light hardware detection library. The hardware device lists provided by this package are used as lookup table to get hardware autodetection"
HOMEPAGE="http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/ldetect/"
SRC_URI=""

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"

src_compile() {
	cd ../../ldetect;
	patch -p1 <${FILESDIR}/ldetect-0.4.7.patch || die
	make clean;
	make
}

src_install() {
	cd ../../ldetect;
	make prefix=${D}/usr install
}