app-misc/irtrans-irserver: EAPI=2

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

View File

@@ -2,25 +2,26 @@
# 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/irserver-src-${PV}.tar.gz"
SRC_URI="http://www.irtrans.de/download/Server/Linux/irserver-src.tar.gz -> irserver-src-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~arm"
IUSE=""
DEPEND="virtual/libc"
RDEPEND="virtual/libc"
src_unpack() {
unpack ${A}
cd "${WORKDIR}"
S="${WORKDIR}"
src_prepare() {
epatch "${FILESDIR}/${PN}"-6.01.15-arm-1.patch
}