diff options
author | 2004-07-23 11:58:18 +0000 | |
---|---|---|
committer | 2004-07-23 11:58:18 +0000 | |
commit | 90b528df837a7d2082850638c65c09846771c83d (patch) | |
tree | 9b82b7cca417167f958d4a5d0c691e5586b1a572 /net-fs/ccxstream/ccxstream-1.0.15.ebuild | |
parent | new beta version (Manifest recommit) (diff) | |
download | gentoo-2-90b528df837a7d2082850638c65c09846771c83d.tar.gz gentoo-2-90b528df837a7d2082850638c65c09846771c83d.tar.bz2 gentoo-2-90b528df837a7d2082850638c65c09846771c83d.zip |
This package was submitted by Mark Dierolf and Marvin Tapessur in bug #36574
Diffstat (limited to 'net-fs/ccxstream/ccxstream-1.0.15.ebuild')
-rw-r--r-- | net-fs/ccxstream/ccxstream-1.0.15.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-fs/ccxstream/ccxstream-1.0.15.ebuild b/net-fs/ccxstream/ccxstream-1.0.15.ebuild new file mode 100644 index 000000000000..bb7e663b436e --- /dev/null +++ b/net-fs/ccxstream/ccxstream-1.0.15.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +DESCRIPTION="XStream Server" +HOMEPAGE="http://xbplayer.sourceforge.net" +SRC_URI="mirror://sourceforge/xbplayer/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="sys-libs/ncurses sys-libs/readline" + +src_compile() { + epatch ${FILESDIR}/ccxstream-termcap.patch + emake || die +} + +src_install() { + # add startup and sample config + exeinto /etc/init.d + newexe ${FILESDIR}/ccxstream.initd ccxstream + insinto /etc/conf.d + newins ${FILESDIR}/ccxstream.confd ccxstream + dobin ccxstream || die +} |