|
|
dev-util/pkgconfig" | dev-util/pkgconfig" |
| |
src_unpack() { | src_unpack() { |
unpack ${A} | unpack ${A} |
cd "${S}" | cd "${S}" |
epatch "${FILESDIR}/${P}-cache-move.patch" |
epatch "${FILESDIR}/${P}-cache-move.patch" \ |
|
"${FILESDIR}/${P}-gcc43.patch" |
} | } |
| |
src_compile() { | src_compile() { |
econf $(use_enable debug) || die "configure failed" | econf $(use_enable debug) || die "configure failed" |
emake || die "make failed" | emake || die "make failed" |
} | } |
| |
src_install() { | src_install() { |
emake install DESTDIR="${D}" || die |
emake -j1 install DESTDIR="${D}" || die #Needs -j1. |
diropts -m 1777 | diropts -m 1777 |
keepdir /var/cache/coolkey | keepdir /var/cache/coolkey |
} | } |