# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A content-oriented text processor that allows to create and manage digital notebooks." HOMEPAGE="http://www.99b.org/wyneken/" SRC_URI="mirror://sourceforge/wyneken/${P}.tar.bz2" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="${RDEPEND}" RDEPEND=">=x11-libs/gtk+-2.4 app-text/tetex >=dev-lang/python-2.3 >=dev-python/pygtk-2.4.1 >=dev-python/gnome-python-2.0.2 dev-tex/latex2rtf dev-tex/hevea >=dev-tex/latex-beamer-3.0 >=dev-db/sqlite-3.2 >=dev-python/pysqlite-2.0.3" MY_P="${PN}-${PV/_rc1/}" src_unpack() { unpack ${A} cd "${S}" } src_install() { dodir /usr/bin dodir /usr/doc/${PN}/${MY_P} dodir /usr/share/${PN} dodir /usr/lib/${PN}/pym dodir /usr/share/applications dodir /usr/share/pixmaps dodir /usr/share/man/man1 cp -f usr/bin/* "${D}/usr/bin/" cp -R -f usr/share/wyneken/* "${D}/usr/share/wyneken/" cp -f usr/doc/wyneken/${MY_P}/* "${D}/usr/doc/wyneken/${MY_P}/" cp -f usr/share/applications/* "${D}/usr/share/applications/" cp -f usr/share/pixmaps/* "${D}/usr/share/pixmaps/" cp -f usr/lib/wyneken/pym/* "${D}/usr/lib/wyneken/pym/" cp -f usr/share/man/man1/* "${D}/usr/share/man/man1/" dodir -p /etc/wyneken/missing cp "${FILESDIR}/sample.conf" "${D}/etc/wyneken/wyneken.conf" }