Delete relicts
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@145 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
c56955a3ae
commit
2fe7f5bbb4
@ -1,3 +0,0 @@
|
|||||||
MD5 d8e9e039307d7135f0953e72bedc7e48 client-src.zip 32401
|
|
||||||
RMD160 f966b0b867b6f6dc4dc18c75190c243334957c84 client-src.zip 32401
|
|
||||||
SHA256 fc73897d3eff49f7bef6fbcd20378f1cea170fed0b8fb629d9f84ca3c7a86810 client-src.zip 32401
|
|
@ -1,34 +0,0 @@
|
|||||||
# Copyright 1999-2007 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
inherit eutils flag-o-matic toolchain-funcs
|
|
||||||
|
|
||||||
DESCRIPTION="IRTrans ASCII Client"
|
|
||||||
HOMEPAGE="http://www.irtrans.de"
|
|
||||||
SRC_URI="http://www.irtrans.de/download/Client/client-src.zip"
|
|
||||||
|
|
||||||
LICENSE="as-is"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~x86 ~amd64"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
|
|
||||||
RDEPEND="virtual/libc"
|
|
||||||
|
|
||||||
RESTRICT="mirror"
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack ${A}
|
|
||||||
}
|
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
cd ${WORKDIR}
|
|
||||||
$(tc-getCC) ${CFLAGS} -o irclient client.c || die "irclient compile failed"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
dobin ${WORKDIR}/irclient
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user