|
Lines 1-10
Link Here
|
| 1 |
# Copyright 1999-2004 Gentoo Foundation |
1 |
# Copyright 1999-2004 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/mail-client/elm/elm-2.4_rc100.ebuild,v 1.4 2004/07/01 19:48:22 eradicator Exp $ |
3 |
# $Header: $ |
| 4 |
|
|
|
| 5 |
# HORRIBLY SORRY FOR THIS! BUT I WANT THE EBUILD AND IT DOESN'T |
| 6 |
# HURT ANYTHING! I PROMISE! :) - raker@gentoo.org |
| 7 |
#export SANDBOX_DISABLED="1" |
| 8 |
|
4 |
|
| 9 |
DESCRIPTION="a classic mail client enhanced by Michael Elkins" |
5 |
DESCRIPTION="a classic mail client enhanced by Michael Elkins" |
| 10 |
HOMEPAGE="http://www.ozone.fmi.fi/KEH/" |
6 |
HOMEPAGE="http://www.ozone.fmi.fi/KEH/" |
|
Lines 12-18
Link Here
|
| 12 |
|
8 |
|
| 13 |
LICENSE="Elm" |
9 |
LICENSE="Elm" |
| 14 |
SLOT="0" |
10 |
SLOT="0" |
| 15 |
KEYWORDS="x86 ~sparc ~ppc alpha" |
11 |
KEYWORDS="~x86 ~sparc ~ppc ~alpha" |
| 16 |
|
12 |
|
| 17 |
IUSE="spell" |
13 |
IUSE="spell" |
| 18 |
|
14 |
|
|
Lines 25-30
Link Here
|
| 25 |
|
21 |
|
| 26 |
src_compile() { |
22 |
src_compile() { |
| 27 |
|
23 |
|
|
|
24 |
cp lib/Makefile.SH lib/Makefile.SH.orig |
| 25 |
sed -e "s:\$shlib:${D}\$shlib:g" \ |
| 26 |
< lib/Makefile.SH.orig > lib/Makefile.SH |
| 27 |
|
| 28 |
cp shared_libs/iconv/Makefile.SH shared_libs/iconv/Makefile.SH.orig |
| 29 |
sed -e "s:\$shlib:${D}\$shlib:g" \ |
| 30 |
< shared_libs/iconv/Makefile.SH.orig > shared_libs/iconv/Makefile.SH |
| 31 |
|
| 32 |
cp shared_libs/smtp/Makefile.SH shared_libs/smtp/Makefile.SH.orig |
| 33 |
sed -e "s:\$shlib:${D}\$shlib:g" \ |
| 34 |
< shared_libs/smtp/Makefile.SH.orig > shared_libs/smtp/Makefile.SH |
| 35 |
|
| 36 |
cp shared_libs/tls/Makefile.SH shared_libs/tls/Makefile.SH.orig |
| 37 |
sed -e "s:\$shlib:${D}\$shlib:g" \ |
| 38 |
< shared_libs/tls/Makefile.SH.orig > shared_libs/tls/Makefile.SH |
| 39 |
|
| 40 |
cp src/Makefile.SH src/Makefile.SH.orig |
| 41 |
sed -e "s:elmunidata -I :elmunidata -w ${D}usr/lib/elm.map.bin/unidata.bin :" \ |
| 42 |
-e "s:\$lib$:${D}\$lib:" \ |
| 43 |
< src/Makefile.SH.orig > src/Makefile.SH |
| 44 |
|
| 45 |
cp utils/Makefile.SH utils/Makefile.SH.orig |
| 46 |
sed -e "s:elmunidata -I :elmunidata -w ${D}usr/lib/elm.map.bin/unidata.bin :" \ |
| 47 |
-e "s:\$lib$:${D}\$lib:" \ |
| 48 |
< utils/Makefile.SH.orig > utils/Makefile.SH |
| 49 |
|
| 50 |
cp doc/Makefile.SH doc/Makefile.SH.orig |
| 51 |
sed -e "s:\"\$lib\":\"${D}\$lib\":" \ |
| 52 |
-e "s:\$lib$:${D}\$lib:" \ |
| 53 |
< doc/Makefile.SH.orig > doc/Makefile.SH |
| 54 |
|
| 55 |
|
| 28 |
cp Configure Configure.orig |
56 |
cp Configure Configure.orig |
| 29 |
sed -e "s:install_prefix/man:install_prefix/share/man:" \ |
57 |
sed -e "s:install_prefix/man:install_prefix/share/man:" \ |
| 30 |
-e "s:etc=\"\$lib\":etc=\"/etc/elm\":" \ |
58 |
-e "s:etc=\"\$lib\":etc=\"/etc/elm\":" \ |