# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp DESCRIPTION="Command-line MIME encoding and decoding utilities" # I am not 100% certain about this LICENSE="as-is" DEPEND="" #RDEPEND="" SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}-src.tar.Z" S=${WORKDIR}/mpack src_compile() { emake CFLAGS="${CFLAGS}" || die } src_install () { dodir /usr make DESTDIR=${D}/usr install || die }