|
|
# 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 |
|
http://w1.894.telia.com/~u89404340/patches/packet/${MY_P}.patch.bz2" |
HOMEPAGE="http://sourceforge.net/projects/linux-udf/" | HOMEPAGE="http://sourceforge.net/projects/linux-udf/" |
| |
SLOT="0" | SLOT="0" |
|
|
| |
DEPEND="virtual/libc" | DEPEND="virtual/libc" |
| |
|
src_unpack() { |
|
unpack ${A} |
|
cd ${S} |
|
epatch ${WORKDIR}/udftools-1.0.0b3.patch |
|
} |
|
|
src_compile() { | src_compile() { |
econf || die | econf || die |
emake || die | emake || die |