Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 1720
Collapse All | Expand All

(-)hermes-1.3.2-r1.ebuild (-2 / +4 lines)
Lines 5-11 Link Here
5
5
6
PN0=Hermes
6
PN0=Hermes
7
S=${WORKDIR}/${PN0}-${PV}
7
S=${WORKDIR}/${PN0}-${PV}
8
DESCRIPTION="Library necessary for building ClanLib?"
8
DESCRIPTION="Library of fast colorspace conversion and other graphics routines"
9
SRC_URI="http://dark.x.dtu.dk/~mbn/clanlib/download/download-sphair/${PN0}-${PV}.tar.gz"
9
SRC_URI="http://dark.x.dtu.dk/~mbn/clanlib/download/download-sphair/${PN0}-${PV}.tar.gz"
10
HOMEPAGE="http://hermes.terminal.at"
10
HOMEPAGE="http://hermes.terminal.at"
11
DEPEND="virtual/glibc 
11
DEPEND="virtual/glibc 
Lines 15-21 Link Here
15
RDEPEND="virtual/glibc"
15
RDEPEND="virtual/glibc"
16
16
17
src_compile() {
17
src_compile() {
18
    ./autogen.sh || die
18
	aclocal || die
19
	automake -a # this one will complain about CAS and CASFLAGS, but we don't care
20
	autoconf || die
19
    ./configure --prefix=/usr --host=${CHOST} || die
21
    ./configure --prefix=/usr --host=${CHOST} || die
20
    sh ltconfig ltmain.sh || die
22
    sh ltconfig ltmain.sh || die
21
    emake || die
23
    emake || die

Return to bug 1720