summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/lilycomp/lilycomp-1.0.2.ebuild')
-rw-r--r--media-sound/lilycomp/lilycomp-1.0.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-sound/lilycomp/lilycomp-1.0.2.ebuild b/media-sound/lilycomp/lilycomp-1.0.2.ebuild
new file mode 100644
index 000000000000..6a1bd35af4a7
--- /dev/null
+++ b/media-sound/lilycomp/lilycomp-1.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lilycomp/lilycomp-1.0.2.ebuild,v 1.1 2004/11/22 04:56:20 agriffis Exp $
+
+DESCRIPTION="graphical note entry program for use with LilyPond"
+HOMEPAGE="http://lilycomp.sourceforge.net/"
+SRC_URI="mirror://sourceforge/lilycomp/${P/-/.}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="dev-lang/python"
+
+S=${WORKDIR}/${P/-/.}
+
+src_install() {
+ newbin lilycomp.py lilycomp
+ dohtml *.html
+ dodoc [[:upper:]]*
+}