diff options
Diffstat (limited to 'kde-misc/ksmoothdock/ksmoothdock-3.2.ebuild')
-rw-r--r-- | kde-misc/ksmoothdock/ksmoothdock-3.2.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-misc/ksmoothdock/ksmoothdock-3.2.ebuild b/kde-misc/ksmoothdock/ksmoothdock-3.2.ebuild new file mode 100644 index 000000000000..4a8f3092b6db --- /dev/null +++ b/kde-misc/ksmoothdock/ksmoothdock-3.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksmoothdock/ksmoothdock-3.2.ebuild,v 1.1 2004/10/30 16:42:42 carlo Exp $ + +inherit kde +need-kde 3.2 + +DESCRIPTION="KSmoothDock is a dock program for KDE with smooth parabolic zooming." +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://ksmoothdock.sourceforge.net" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc" + +IUSE="" +SLOT="0" + |