--- udftools-1.0.0b.ebuild_org 2004-07-15 06:13:17.000000000 +0200 +++ udftools-1.0.0b.ebuild 2004-08-23 15:48:14.645349568 +0200 @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/udftools/udftools-1.0.0b.ebuild,v 1.6 2004/07/15 03:43:32 agriffis Exp $ -MY_P="${P}2" +inherit eutils + +MY_P="${P}3" S=${WORKDIR}/${MY_P} DESCRIPTION="Ben Fennema's tools for packet writing and the UDF filesystem" SRC_URI="mirror://sourceforge/linux-udf/${MY_P}.tar.gz" @@ -15,6 +17,12 @@ DEPEND="virtual/libc" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/udftools-1.0.0b3.patch.bz2 +} + src_compile() { econf || die emake || die