app-misc/irtrans-irclient: EAPI=2

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1186 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2009-05-01 21:25:02 +00:00
parent a75efdad53
commit 7d537ab9e5
3 changed files with 11 additions and 6 deletions

View File

@@ -2,13 +2,15 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit eutils flag-o-matic toolchain-funcs
RESTRICT="strip"
DESCRIPTION="IRTrans Server"
HOMEPAGE="http://www.irtrans.de"
SRC_URI="http://ftp.mars.arge.at/irtrans/irclient-src-${PV}.tar.gz
SRC_URI="http://www.irtrans.de/download/Client/irclient-src.tar.gz -> irclient-src-${PV}.tar.gz
http://ftp.mars.arge.at/irtrans/${PN}-5.11.04-ip_assign-1.patch.bz2"
LICENSE="BSD"
@@ -18,10 +20,9 @@ IUSE=""
DEPEND="virtual/libc"
src_unpack() {
unpack ${A}
cd "${WORKDIR}"
S="${WORKDIR}"
src_prepare() {
epatch "${DISTDIR}/${PN}"-5.11.04-ip_assign-1.patch.bz2
}