Hello Alan!
27 Feb 16 13:30, you wrote to me:
BP>> cry for me i dont have vi
AI> What happened to your nano? :)
it crashed when i tryed a bash for unicode :=)
=== Cut ===
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils libtool toolchain-funcs user
DESCRIPTION="Qico is an FidoNet Technology Network (FTN) mailer"
SRC_URI="http://distfiles.overlay.junc.org/fidonet/${P}xe.tar.bz2"
HOMEPAGE="http://sourceforge.net/projects/qico"
IUSE=""
SLOT="0"
LICENSE="BSD"
KEYWORDS="~x86 ~amd64"
RESTRICT="mirror"
DEPEND="sys-libs/ncurses:0 net-dialup/mgetty"
RDEPEND="sys-libs/ncurses:0 net-dialup/mgetty"
S="${WORKDIR}/qico-0.57.1xe"
pkg_setup() {
enewgroup fidonet || die
enewuser fidonet -1 /bin/bash /var/spool/fidonet/ fidonet || die
usermod -G uucp fidonet || die
}
src_unpack() {
unpack ${A}
}
src_compile() {
emake -f Makefile CC="$(tc-getCC)" LDFLAGS="" || die
}
src_configure() {
econf --with-config=/etc/fidonet/qico.conf --enable-hydra8k
--disable-perl --disable-debug || die
}
src_install() {
dosbin src/qico
dobin src/{qcc,qctl}
dodoc ChangeLog Changes README FAQ qico.conf.sample qico.passwd.sample
qico.substs.sample
doman man/{qcc.8,qctl.8,qico.8}
insinto /etc/fidonet
newins qico.conf.sample qico.conf
exeinto /etc/init.d
newexe stuff/ftn ftn
diropts -o fidonet -g fidonet
dodir /var/run/fidonet /var/log/fidonet /var/spool/fidonet
}
=== Cut ===
i got it eapi 5 updated, wow, just still work to do, and aswell make a 0.59
version, 0.58 still need stable aswell, but needs help and possible more stable
tarbals to build from, most change is to get gentoo use flags maked, and add
die msgs :=)
i hope to get qcc back to working state
Benny
--- GoldED+/LNX 1.1.5-b20160201
* Origin: me at junc dot org (2:230/0)
|