--- hermes-1.3.2-r1.ebuild Mon Feb 25 20:17:44 2002 +++ hermes-1.3.2-r2.ebuild Sat Apr 13 13:09:36 2002 @@ -5,7 +5,7 @@ PN0=Hermes S=${WORKDIR}/${PN0}-${PV} -DESCRIPTION="Library necessary for building ClanLib?" +DESCRIPTION="Library of fast colorspace conversion and other graphics routines" SRC_URI="http://dark.x.dtu.dk/~mbn/clanlib/download/download-sphair/${PN0}-${PV}.tar.gz" HOMEPAGE="http://hermes.terminal.at" DEPEND="virtual/glibc @@ -15,7 +15,9 @@ RDEPEND="virtual/glibc" src_compile() { - ./autogen.sh || die + aclocal || die + automake -a # this one will complain about CAS and CASFLAGS, but we don't care + autoconf || die ./configure --prefix=/usr --host=${CHOST} || die sh ltconfig ltmain.sh || die emake || die