# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils SLOT=0 LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" DESCRIPTION="Program to automagically download porn" SRC_URI="http://lesbian.mine.nu/porn-get_0.5.1.tar.gz" HOMEPAGE="http://lesbian.mine.nu/" DEPEND="dev-util/dialog" RDEPEND="dev-lang/perl" src_unpack() { tar xzvf ${DISTDIR}/porn-get_0.5.1.tar.gz -C ${WORKDIR}/ cd ${WORKDIR}/${PN}_${PV} epatch ${FILESDIR}/porn-get-0.5.1-makenconfig.patch einfo "We will now create a porn.conf with tons of packages dynamically. To redo this simply call porn-setup" cd ${WORKDIR}/${PN}_${PV} cp ${FILESDIR}/porn-setup* . ./porn-setup } src_install() { cd ${WORKDIR}/${PN}_${PV} einstall }