|
|
S="${WORKDIR}/${P}.${MY_PV}" #not sure if this is the best approach. | S="${WORKDIR}/${P}.${MY_PV}" #not sure if this is the best approach. |
| |
src_compile() { | src_compile() { |
make latest || die "make latest failed" |
make DESTDIR="${D}" latest || die "make latest failed" |
make DESTDIR="${D}" || die "make DESTDIR failed" |
|
} | } |
| |
src_install() { | src_install() { |
emake install DESTDIR="${D}" || die |
emake DESTDIR="${D}" install || die |
#make MANDIR="${D}"/usr/share/man/cs install || die | #make MANDIR="${D}"/usr/share/man/cs install || die |
dodoc CONTRIB README* | dodoc CONTRIB README* |
| |