diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-02-17 20:34:37 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-02-17 20:34:37 +0000 |
commit | fb2c128c116ae043055bae82c7014392653842a8 (patch) | |
tree | cc82ff53ecd47613b13417b588dd738612d99952 /app-sci/kconvert/kconvert-1.1.ebuild | |
parent | Doesn't like emake, changed to make (diff) | |
download | gentoo-2-fb2c128c116ae043055bae82c7014392653842a8.tar.gz gentoo-2-fb2c128c116ae043055bae82c7014392653842a8.tar.bz2 gentoo-2-fb2c128c116ae043055bae82c7014392653842a8.zip |
Added in cvs
Diffstat (limited to 'app-sci/kconvert/kconvert-1.1.ebuild')
-rw-r--r-- | app-sci/kconvert/kconvert-1.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-sci/kconvert/kconvert-1.1.ebuild b/app-sci/kconvert/kconvert-1.1.ebuild new file mode 100644 index 000000000000..54aabf0ab34c --- /dev/null +++ b/app-sci/kconvert/kconvert-1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-sci/kconvert/kconvert-1.1.ebuild,v 1.1 2003/02/17 20:34:37 mholzer Exp $ + +# This ebuild was generated by Ebuilder v0.4. + +S="${WORKDIR}/${PN}" +DESCRIPTION="Converting Toolbetween Metric and Imperial" +SRC_URI="http://ftp.kde.com/Math_Science/KConvert/${P}.tar.gz" +HOMEPAGE="http://apps.kde.com/na/2/counter/vid/5632/kcurl" +LICENSE="GPL-2" +DEPEND="" +RDEPEND="virtual/glibc" +KEYWORDS="x86" +SLOT="0" + +src_compile() { + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog COPYING INSTALL README TODO +} + |