Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 183679
Collapse All | Expand All

(-)sparse-0.3.ebuild (-2 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.3.ebuild,v 1.1 2007/06/26 16:51:52 solar Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.3.ebuild,v 1.1 2007/06/26 16:51:52 solar Exp $
4
4
5
inherit eutils
5
inherit eutils multilib
6
6
7
DESCRIPTION="C semantic parser"
7
DESCRIPTION="C semantic parser"
8
HOMEPAGE="http://kernel.org/pub/linux/kernel/people/josh/sparse/"
8
HOMEPAGE="http://kernel.org/pub/linux/kernel/people/josh/sparse/"
Lines 27-33 src_compile() { Link Here
27
}
27
}
28
28
29
src_install() {
29
src_install() {
30
	emake DESTDIR="${D}" install || die "make install failed"
30
	emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die "make install failed"
31
#	emake install BINDIR="${D}"/usr/bin || die
31
#	emake install BINDIR="${D}"/usr/bin || die
32
#	newbin check sparse || die
32
#	newbin check sparse || die
33
#	dolib.so libsparse.so || die
33
#	dolib.so libsparse.so || die

Return to bug 183679