Package-Manager: Portage-2.3.40, Repoman-2.3.9
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
-inherit eutils
+EAPI=6
DESCRIPTION="Utility for Xine decoding support in transKode"
HOMEPAGE="https://sourceforge.net/projects/transkode"
S=${WORKDIR}/${PN}
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc-4.3.patch \
- "${FILESDIR}"/${P}-gcc-4.4.patch
-}
+PATCHES=(
+ "${FILESDIR}/${P}-gcc-4.3.patch"
+ "${FILESDIR}/${P}-gcc-4.4.patch"
+)
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS
+ default
}