summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-27 08:52:18 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-27 08:52:18 +0000
commit628dd322579ba01e7b290e4da1f2c5eb5e49bfdd (patch)
treeb56c699166b8f6c4f833f2fce4c8a60e708c15f0 /app-text/duconv
parentcleanup (diff)
downloadgentoo-2-628dd322579ba01e7b290e4da1f2c5eb5e49bfdd.tar.gz
gentoo-2-628dd322579ba01e7b290e4da1f2c5eb5e49bfdd.tar.bz2
gentoo-2-628dd322579ba01e7b290e4da1f2c5eb5e49bfdd.zip
cleanup
Diffstat (limited to 'app-text/duconv')
-rw-r--r--app-text/duconv/duconv-1.1.ebuild19
1 files changed, 8 insertions, 11 deletions
diff --git a/app-text/duconv/duconv-1.1.ebuild b/app-text/duconv/duconv-1.1.ebuild
index ac168fcf195e..875b46132abb 100644
--- a/app-text/duconv/duconv-1.1.ebuild
+++ b/app-text/duconv/duconv-1.1.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Ulrich Eck
# $Header: /home/cvsroot/gentoo-x86/app-misc/screen.ebuild,v 1.2 2001/04/21
# 19:25 CST blutgens Exp $
-#P=
-A=${PN}.tgz
S=${WORKDIR}/${P}
DESCRIPTION=" small util that converts from dos<->unix"
SRC_URI="http://people.freenet.de/tfaehr/${PN}.tgz"
@@ -13,20 +11,19 @@ HOMEPAGE="http://people.freenet.de/tfaehr/linux.htm"
src_unpack() {
- unpack ${A}
- mv ${WORKDIR}/home/torsten/gcc/duconv ${WORKDIR}/${P}
- rm -R ${WORKDIR}/home
+ unpack ${A}
+ mv ${WORKDIR}/home/torsten/gcc/duconv ${S}
+ rm -R ${WORKDIR}/home
}
src_compile() {
- try make all
+ make all || die
}
src_install () {
- exeinto /usr/bin
- doexe ${PN}
- doman duconv.1
+ exeinto /usr/bin
+ doexe ${PN}
+ doman duconv.1
}
-