View | Details | Raw Unified
Collapse All | Expand All

(-) udftools-1.0.0b.ebuild_org (-1 / +9 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# 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 $
# $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}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Ben Fennema's tools for packet writing and the UDF filesystem"
DESCRIPTION="Ben Fennema's tools for packet writing and the UDF filesystem"
SRC_URI="mirror://sourceforge/linux-udf/${MY_P}.tar.gz"
SRC_URI="mirror://sourceforge/linux-udf/${MY_P}.tar.gz"
 Lines 15-20    Link Here 
DEPEND="virtual/libc"
DEPEND="virtual/libc"
src_unpack() {
	unpack ${A}
	cd ${S}
	epatch ${FILESDIR}/udftools-1.0.0b3.patch.bz2
}
                        
src_compile() {
src_compile() {
	econf || die
	econf || die
	emake || die
	emake || die