linamh/app-misc/irtrans-irserver/irtrans-irserver-5.8.04.ebuild
geos_one dd4a3e1c8c Update Irtrans Server
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@113 6952d904-891a-0410-993b-d76249ca496b
2007-05-11 17:35:46 +00:00

42 lines
874 B
Bash

# 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 Server"
HOMEPAGE="http://www.irtrans.de"
SRC_URI="http://www.irtrans.de/download/Server/Linux/irserver-src.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
RDEPEND="virtual/libc"
RESTRICT="nomirror nostrip"
src_unpack() {
unpack ${A}
}
src_compile() {
cd ${WORKDIR}
append-flags -m32 -DLINUX -Icommon
einfo "CFLAGS=\"${CFLAGS}\""
emake CXX="$(tc-getCXX)" CC="$(tc-getCC)" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" irserver || die "emake irserver failed"
}
src_install() {
dobin ${WORKDIR}/irserver
keepdir /etc/irtrans/remotes
newinitd "${FILESDIR}"/irtrans-server.initd irtrans-server
newconfd "${FILESDIR}"/irtrans-server.confd irtrans-server
}