diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
commit | bdcb0499ae169a86158e041e3052e6547fc09714 (patch) | |
tree | 4747819c5a3efb0dbae3284aa0c21b68630c5608 /media-sound/lilypond | |
parent | added ppc keyword (diff) | |
download | historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.gz historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.bz2 historical-bdcb0499ae169a86158e041e3052e6547fc09714.zip |
repoman'd
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/lilypond-1.5.15.ebuild | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/lilypond/lilypond-1.5.15.ebuild b/media-sound/lilypond/lilypond-1.5.15.ebuild index 8aae6ef1d85d..f0af36fe9846 100644 --- a/media-sound/lilypond/lilypond-1.5.15.ebuild +++ b/media-sound/lilypond/lilypond-1.5.15.ebuild @@ -1,26 +1,30 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-1.5.15.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-1.5.15.ebuild,v 1.3 2002/07/21 03:07:46 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Music Typesetter" -SRC_URI="http://www.lilypond.org/ftp/LilyPond/development/$P.tar.gz" +SRC_URI="http://www.lilypond.org/ftp/LilyPond/development/${P}.tar.gz" HOMEPAGE="http://lilypond.org/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND=">=dev-lang/python-2.0-r4 - >=dev-util/guile-1.4-r3 + >=dev-util/guile-1.4-r3 >=sys-devel/flex-2.5.4a-r4 >=sys-devel/bison-1.28-r3 >=sys-apps/texinfo-4.0-r3 >=app-text/tetex-1.0.7-r2" src_compile() { - ./configure \ - --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr \ - --host=${CHOST} || die - emake || die + econf || die + emake || die } src_install () { - make prefix=${D}/usr install || die + make prefix=${D}/usr install || die + + dodoc AUTHORS* CHANGES DEDICATION NEWS README.txt ROADMAP FAQ* VERSION } |