summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 16:55:21 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 16:55:21 +0000
commitbedd6213271fe54ad1d9810cb48e21b53021009a (patch)
treec0752d163f481feba15087605d5c4ee4723a7126 /app-misc/fixdos/fixdos-1.3.1.ebuild
parentadded kermit license (diff)
downloadhistorical-bedd6213271fe54ad1d9810cb48e21b53021009a.tar.gz
historical-bedd6213271fe54ad1d9810cb48e21b53021009a.tar.bz2
historical-bedd6213271fe54ad1d9810cb48e21b53021009a.zip
repoman'd
Diffstat (limited to 'app-misc/fixdos/fixdos-1.3.1.ebuild')
-rw-r--r--app-misc/fixdos/fixdos-1.3.1.ebuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/app-misc/fixdos/fixdos-1.3.1.ebuild b/app-misc/fixdos/fixdos-1.3.1.ebuild
index 903e573f42c5..ccb33c140e6a 100644
--- a/app-misc/fixdos/fixdos-1.3.1.ebuild
+++ b/app-misc/fixdos/fixdos-1.3.1.ebuild
@@ -1,13 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/fixdos/fixdos-1.3.1.ebuild,v 1.1 2002/05/27 01:02:11 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fixdos/fixdos-1.3.1.ebuild,v 1.2 2002/07/25 16:55:21 seemant Exp $
+S=${WORKDIR}/fixDos-${PV}
DESCRIPTION="Set of utilities such as crlf which converts files between UNIX and DOS newlines."
HOMEPAGE="http://e.co.za/marius/"
+SRC_URI="http://e.co.za/marius/downloads/misc/fixDos-${PV}.tar.gz"
+
+SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
+
DEPEND="virtual/glibc"
-SRC_URI="http://e.co.za/marius/downloads/misc/fixDos-${PV}.tar.gz"
-S=${WORKDIR}/fixDos-${PV}
src_unpack() {
unpack ${A}
@@ -15,7 +19,7 @@ src_unpack() {
cd ${S}
# Apply this patch to the makefile so that it builds with our
# desired CFLAGS.
- patch < ${FILESDIR}/${P}-gentoo-makefile.diff
+ patch < ${FILESDIR}/${P}-gentoo-makefile.diff || die
}
src_compile() {