diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-12-01 06:04:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-12-01 06:04:03 +0000 |
commit | 4f458afe9137dad59da5ec95f7d5c8653e202ee1 (patch) | |
tree | 67bb56b989902e4c8b9aa771a3d7f6002e648aaa /app-text/hd2u | |
parent | initial ebuild #11242 (diff) | |
download | gentoo-2-4f458afe9137dad59da5ec95f7d5c8653e202ee1.tar.gz gentoo-2-4f458afe9137dad59da5ec95f7d5c8653e202ee1.tar.bz2 gentoo-2-4f458afe9137dad59da5ec95f7d5c8653e202ee1.zip |
touchups
Diffstat (limited to 'app-text/hd2u')
-rw-r--r-- | app-text/hd2u/hd2u-0.8.0.ebuild | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/app-text/hd2u/hd2u-0.8.0.ebuild b/app-text/hd2u/hd2u-0.8.0.ebuild index a33021b8b16f..f2d681a519e4 100644 --- a/app-text/hd2u/hd2u-0.8.0.ebuild +++ b/app-text/hd2u/hd2u-0.8.0.ebuild @@ -2,35 +2,22 @@ # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.6 2002/05/07 03:58:19 drobbins Exp -S=${WORKDIR}/${P} - DESCRIPTION="Dos2Unix text file converter" - SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz" HOMEPAGE="http://www.megaloman/~hany/" + KEYWORDS="x86 sparc sparc64" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc" - +RDEPEND="!app-text/unix2dos" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" + econf emake || die - #make || die } -src_install () { - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - +src_install() { + einstall dodoc AUTHORS CREDITS ChangeLog INSTALL NEWS README TODO COPYING } |