View | Details | Raw Unified
Collapse All | Expand All

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