|
|
# 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/reiserfsprogs/reiserfsprogs-3.6.18.ebuild,v 1.1 2004/08/21 06:04:54 vapier Exp $ | # $Header: /var/cvsroot/gentoo-x86/sys-fs/reiserfsprogs/reiserfsprogs-3.6.18.ebuild,v 1.1 2004/08/21 06:04:54 vapier Exp $ |
| |
inherit flag-o-matic eutils |
inherit flag-o-matic eutils gnuconfig |
| |
DESCRIPTION="Reiserfs Utilities" | DESCRIPTION="Reiserfs Utilities" |
HOMEPAGE="http://www.namesys.com/" | HOMEPAGE="http://www.namesys.com/" |
|
|
| |
src_compile() { | src_compile() { |
filter-flags -fPIC | filter-flags -fPIC |
|
|
|
gnuconfig_update |
|
|
econf --prefix=/ || die "Failed to configure" | econf --prefix=/ || die "Failed to configure" |
emake || die "Failed to compile" | emake || die "Failed to compile" |
} | } |