# Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Ilian Zarov S=${WORKDIR}/${P} DESCRIPTION="Vilistextum is a html to ascii converter specifically programmed to get the best out of incorrect html." SRC_URI="http://www.mysunrise.ch/users/bhaak/vilistextum/${P}.tar.bz2" HOMEPAGE="http://www.mysunrise.ch/users/bhaak/vilistextum/" DEPEND="sys-devel/gcc" src_compile() { ./configure \ --enable-multibyte \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die dodoc README dodoc README.multibyte dodoc README.xhtml dodoc CHANGES }