Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 70375 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/sys-fs/udftools/udftools-1.0.0b.ebuild (-2 / +11 lines)
Lines 2-11 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udftools/udftools-1.0.0b.ebuild,v 1.6 2004/07/15 03:43:32 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udftools/udftools-1.0.0b.ebuild,v 1.6 2004/07/15 03:43:32 agriffis Exp $
4
4
5
MY_P="${P}2"
5
inherit eutils
6
7
MY_P="${P}3"
6
S=${WORKDIR}/${MY_P}
8
S=${WORKDIR}/${MY_P}
7
DESCRIPTION="Ben Fennema's tools for packet writing and the UDF filesystem"
9
DESCRIPTION="Ben Fennema's tools for packet writing and the UDF filesystem"
8
SRC_URI="mirror://sourceforge/linux-udf/${MY_P}.tar.gz"
10
SRC_URI="mirror://sourceforge/linux-udf/${MY_P}.tar.gz
11
         http://w1.894.telia.com/~u89404340/patches/packet/udftools-1.0.0b3.patch.bz2"
9
HOMEPAGE="http://sourceforge.net/projects/linux-udf/"
12
HOMEPAGE="http://sourceforge.net/projects/linux-udf/"
10
13
11
SLOT="0"
14
SLOT="0"
Lines 15-20 Link Here
15
18
16
DEPEND="virtual/libc"
19
DEPEND="virtual/libc"
17
20
21
src_unpack () {
22
	unpack ${A}
23
	cd ${S}
24
	epatch ${WORKDIR}/udftools-1.0.0b3.patch
25
}
26
18
src_compile() {
27
src_compile() {
19
	econf || die
28
	econf || die
20
	emake || die
29
	emake || die

Return to bug 70375