diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-17 20:14:41 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-17 20:14:41 +0000 |
commit | 7b0bb242ac01171e14db85188509f1208a31ccfa (patch) | |
tree | 6c08cab187bed2254d36909310151a8b97669f7a /net-nntp/slrnconf/slrnconf-0.8.4.ebuild | |
parent | Moved net-news/slrn to net-nntp/slrn (diff) | |
download | gentoo-2-7b0bb242ac01171e14db85188509f1208a31ccfa.tar.gz gentoo-2-7b0bb242ac01171e14db85188509f1208a31ccfa.tar.bz2 gentoo-2-7b0bb242ac01171e14db85188509f1208a31ccfa.zip |
Moved from net-news/slrnconf to net-nntp/slrnconf.
Diffstat (limited to 'net-nntp/slrnconf/slrnconf-0.8.4.ebuild')
-rw-r--r-- | net-nntp/slrnconf/slrnconf-0.8.4.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net-nntp/slrnconf/slrnconf-0.8.4.ebuild b/net-nntp/slrnconf/slrnconf-0.8.4.ebuild new file mode 100644 index 000000000000..5b9e7f5b7c0b --- /dev/null +++ b/net-nntp/slrnconf/slrnconf-0.8.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/slrnconf/slrnconf-0.8.4.ebuild,v 1.1 2005/01/17 20:14:41 swegener Exp $ + +DESCRIPTION="slrnconf is a graphical configuration utility for the newsreader slrn" +HOMEPAGE="http://home.arcor.de/kaffeetisch/slrnconf.html" +SRC_URI="http://home.arcor.de/kaffeetisch/downloads/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc" +IUSE="" + +RDEPEND="dev-lang/perl + dev-perl/gtk2-perl + dev-perl/Parse-RecDescent + net-nntp/slrn" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +src_unpack() { + unpack ${A} + + sed -i -e 's/^install: all$/install:/' ${S}/Makefile +} + +src_compile() { + make PREFIX=/usr || die "make failed" +} + +src_install() { + make PREFIX=${D}/usr install || die "make install failed" +} |