# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Userspace configuration tool and library for device-mappers" HOMEPAGE="http://sources.redhat.com/dm/" SRC_URI="ftp://sources.redhat.com/pub/dm/device-mapper.${PV}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc" S=${WORKDIR}/device-mapper.${PV} src_compile() { econf || die emake || die "emake failed" } src_install() { einstall || die }