diff options
Diffstat (limited to 'sci-calculators/kunit/kunit-0.5.ebuild')
-rw-r--r-- | sci-calculators/kunit/kunit-0.5.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-calculators/kunit/kunit-0.5.ebuild b/sci-calculators/kunit/kunit-0.5.ebuild index 2758ae9fbeea..ead1037b027d 100644 --- a/sci-calculators/kunit/kunit-0.5.ebuild +++ b/sci-calculators/kunit/kunit-0.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/kunit-0.5.ebuild,v 1.2 2005/07/07 11:40:22 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/kunit-0.5.ebuild,v 1.3 2005/08/23 15:12:00 cryos Exp $ + +inherit eutils DESCRIPTION="An excellent qt-based unit conversion tool" SRC_URI="http://www.netmeister.org/apps/${P}.tar.gz" @@ -23,4 +25,5 @@ src_install() { dobin kunit/kunit dodoc AUTHORS COPYING README dohtml kunit/docs/* + make_desktop_entry kunit KUnit kunit Utility } |