diff options
Diffstat (limited to 'app-emacs/flashcard/flashcard-2.3.1.ebuild')
-rw-r--r-- | app-emacs/flashcard/flashcard-2.3.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/flashcard/flashcard-2.3.1.ebuild b/app-emacs/flashcard/flashcard-2.3.1.ebuild new file mode 100644 index 000000000000..d6ea5a051d50 --- /dev/null +++ b/app-emacs/flashcard/flashcard-2.3.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/flashcard/flashcard-2.3.1.ebuild,v 1.1 2005/09/03 09:00:24 mkennedy Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="An Emacs Lisp package for drilling on questions and answers." +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/FlashCard" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~sparc ~ppc" + +SITEFILE=50flashcard-gentoo.el + +# src_compile() { +# elisp-comp *.el +# } + +# src_install() { +# elisp_src_install +# } |