|
Lines 46-52
src_compile() {
Link Here
|
| 46 |
`use_with ssl openssl /usr` \ |
46 |
`use_with ssl openssl /usr` \ |
| 47 |
--with-gmp=/usr \ |
47 |
--with-gmp=/usr \ |
| 48 |
--with-gnuld \ |
48 |
--with-gnuld \ |
| 49 |
--prefix=/ \ |
49 |
--exec-prefix=/ \ |
| 50 |
|| die "econf failed" |
50 |
|| die "econf failed" |
| 51 |
|
51 |
|
| 52 |
# won't parallel build w/o baby-sitting |
52 |
# won't parallel build w/o baby-sitting |
|
Lines 54-60
src_compile() {
Link Here
|
| 54 |
} |
54 |
} |
| 55 |
|
55 |
|
| 56 |
src_install() { |
56 |
src_install() { |
| 57 |
einstall prefix=${D}/ || die |
57 |
emake DESTDIR="${D}" install || die "emake install failed" |
| 58 |
|
58 |
|
| 59 |
insinto /etc/sfs/ |
59 |
insinto /etc/sfs/ |
| 60 |
doins ${FILESDIR}/sfsrwsd_config |
60 |
doins ${FILESDIR}/sfsrwsd_config |