I used this ebuild to compile swfmill 0.2.12 under gentoo, perhaps it will be usefull to someone else.
# swfmill-0.2.12.ebuild # # $Header: $ DESCRIPTION="swfmill is an xml2swf and swf2xml processor with import functionalities." HOMEPAGE="http://swfmill.org/" SRC_URI="http://swfmill.org/releases/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-libs/libxml2 dev-libs/libxslt sys-libs/zlib media-libs/freetype media-libs/libpng" RDEPEND="$DEPEND" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS COPYING INSTALL NEWS README TODO }
_______________________________________________ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org