# Copyright 1999-2003 Mario Scheel # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/volksbibel/volksbibel-2003.ebuild,v 1.3 2005/12/21 19:13:50 egore Exp $ DESCRIPTION="A good german bible-program" HOMEPAGE="http://www.volksbibel.de" SRC_URI="http://home.arcor.de/efsdon/volksbibel.tar.gz" LICENSE="GPL2" SLOT="0" KEYWORDS="x86" RESTRICT="nostrip" IUSE="" S=${WORKDIR}/${PN} DEPEND="virtual/libc virtual/x11" src_install() { dodir /opt/volksbibel cp -pPR ${WORKDIR}/linux/* ${D}/opt/volksbibel chmod a+x -R ${D}/opt/volksbibel/* chmod a+x ${D}/opt/volksbibel/volksbib.2 chmod a+x ${D}/opt/volksbibel/zusatz dodir /usr/bin cp ${FILESDIR}/volksbibel ${D}/usr/bin/volksbibel }