You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/genext2fs/genext2fs-1.3-r1.ebuild

34 lines
757 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/genext2fs-1.3-r1.ebuild,v 1.6 2011/02/06 10:51:06 leio Exp $
inherit eutils
DESCRIPTION="generate ext2 file systems"
HOMEPAGE="http://sourceforge.net/projects/genext2fs"
SRC_URI="mirror://debian/pool/main/g/genext2fs/${PN}_${PV}.orig.tar.gz
mirror://gentoo/${P}-uclibc-updates.patch.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha arm hppa ~mips ppc sparc x86"
IUSE=""
DEPEND=""
S=${WORKDIR}/${P}.orig
src_unpack() {
unpack ${A}
cd ${S}
epatch ${WORKDIR}/${P}-uclibc-updates.patch
}
src_compile() {
emake CFLAGS="${CFLAGS}" || die
}
src_install() {
make install DESTDIR="${D}" || die
}