summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-03-07 15:46:14 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-03-07 15:46:14 +0000
commit2ad504c67a4addcf6d762d868a2aab454007eec3 (patch)
treee3817524a3924e73aa06cca5c7107cbd6902b7b2 /app-text/tofrodos/tofrodos-1.7.8.ebuild
parentFixing multilib-strict issue ( bug #261448 ) (diff)
downloadgentoo-2-2ad504c67a4addcf6d762d868a2aab454007eec3.tar.gz
gentoo-2-2ad504c67a4addcf6d762d868a2aab454007eec3.tar.bz2
gentoo-2-2ad504c67a4addcf6d762d868a2aab454007eec3.zip
Initial commit. Fixes #225903. Ebuild by Victor Ostorga.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-text/tofrodos/tofrodos-1.7.8.ebuild')
-rw-r--r--app-text/tofrodos/tofrodos-1.7.8.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-text/tofrodos/tofrodos-1.7.8.ebuild b/app-text/tofrodos/tofrodos-1.7.8.ebuild
new file mode 100644
index 000000000000..a28f89bbfb48
--- /dev/null
+++ b/app-text/tofrodos/tofrodos-1.7.8.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/tofrodos/tofrodos-1.7.8.ebuild,v 1.1 2009/03/07 15:46:14 patrick Exp $
+
+DESCRIPTION="text file conversion utility that converts ASCII files between the
+MSDOS format and the Unix format"
+HOMEPAGE="http://tofrodos.sourceforge.net/"
+SRC_URI="http://tofrodos.sourceforge.net/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${PN}/src"
+
+src_compile() {
+ emake DEBUG=1 || die "Compile failed."
+}
+
+src_install() {
+ dobin fromdos || die
+ dosym fromdos /usr/bin/todos
+ doman fromdos.1
+}