diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-11-22 04:56:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-11-22 04:56:20 +0000 |
commit | 897599626d7ee45d72e76e506203449720c32e0e (patch) | |
tree | b3eaf17087af2c1b5ac8c58b4743afee2bb0670c /media-sound/lilycomp/lilycomp-1.0.2.ebuild | |
parent | Add fix for configure script from upstream. (Manifest recommit) (diff) | |
download | gentoo-2-897599626d7ee45d72e76e506203449720c32e0e.tar.gz gentoo-2-897599626d7ee45d72e76e506203449720c32e0e.tar.bz2 gentoo-2-897599626d7ee45d72e76e506203449720c32e0e.zip |
New ebuild for lilycomp; graphical note entry program for use with LilyPond
Diffstat (limited to 'media-sound/lilycomp/lilycomp-1.0.2.ebuild')
-rw-r--r-- | media-sound/lilycomp/lilycomp-1.0.2.ebuild | 21 |
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:]]* +} |