[swfmill] gentoo ebuild for 0.2.12
David Rorex
drorex at gmail.com
Thu Apr 19 17:25:22 EDT 2007
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
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/swfmill_osflash.org/attachments/20070419/0a86e61d/attachment.htm
More information about the swfmill
mailing list