diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-30 23:28:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-30 23:28:22 +0000 |
commit | 4ad8a8a9439f4e25ee84e06cc9b82df430202518 (patch) | |
tree | 41d5eb7963312998e6a4051b36f8bf922b9b9ff3 /kde-misc/kookie/kookie-0.1.ebuild | |
parent | Fix the Icon entry in the desktop file (diff) | |
download | historical-4ad8a8a9439f4e25ee84e06cc9b82df430202518.tar.gz historical-4ad8a8a9439f4e25ee84e06cc9b82df430202518.tar.bz2 historical-4ad8a8a9439f4e25ee84e06cc9b82df430202518.zip |
Initial commit.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'kde-misc/kookie/kookie-0.1.ebuild')
-rw-r--r-- | kde-misc/kookie/kookie-0.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-misc/kookie/kookie-0.1.ebuild b/kde-misc/kookie/kookie-0.1.ebuild new file mode 100644 index 000000000000..903bb1b3e643 --- /dev/null +++ b/kde-misc/kookie/kookie-0.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kookie/kookie-0.1.ebuild,v 1.1 2009/12/30 23:28:22 ssuominen Exp $ + +EAPI=2 +inherit kde4-base + +DESCRIPTION="A program to manage recipes and shopping lists" +HOMEPAGE="http://www.kde-apps.org/content/show.php/Kookie?content=117806 http://gitorious.org/kookie" +SRC_URI="http://www.kde-apps.org/CONTENT/content-files/117806-${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +S=${WORKDIR} |