View | Details | Raw Unified
Collapse All | Expand All

(-) dash-0.5.1.3.ebuild (-1 / +8 lines)
 Lines 4-10    Link Here 
inherit eutils versionator
inherit eutils versionator
IUSE=""
IUSE="diet static"
DEB_P="${PN}_$(replace_version_separator 3 '-')"
DEB_P="${PN}_$(replace_version_separator 3 '-')"
MY_P2="${DEB_P%-*}"
MY_P2="${DEB_P%-*}"
 Lines 29-34    Link Here 
	epatch ${WORKDIR}/${DEB_P}.diff
	epatch ${WORKDIR}/${DEB_P}.diff
}
}
src_compile() {
	use diet && CC="diet ${CC}"
	use static && LDFLAGS="-static" && export LDFLAGS
	econf
	emake
}
src_install() {
src_install() {
	exeinto /bin
	exeinto /bin
	newexe src/dash dash
	newexe src/dash dash