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/mup | |
parent | added ppc keyword (diff) | |
download | historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.gz historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.bz2 historical-bdcb0499ae169a86158e041e3052e6547fc09714.zip |
repoman'd
Diffstat (limited to 'media-sound/mup')
-rw-r--r-- | media-sound/mup/mup-4.3.ebuild | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/mup/mup-4.3.ebuild b/media-sound/mup/mup-4.3.ebuild index b624b2f51a4a..12746f575b74 100644 --- a/media-sound/mup/mup-4.3.ebuild +++ b/media-sound/mup/mup-4.3.ebuild @@ -1,17 +1,21 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-4.3.ebuild,v 1.4 2002/07/11 06:30:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-4.3.ebuild,v 1.5 2002/07/21 03:07:47 seemant Exp $ S=${WORKDIR}/${P} - +MY_P="${PN}43" DESCRIPTION="Mup is a shareware program for printing music. It takes an input file containing ordinary (ASCII) text describing music, and produces PostScript output for printing the musical score described by the input." -SRC_URI="ftp://ftp.arkkra.com/pub/unix/mup43src.tar.gz ftp://ftp.arkkra.com/pub/unix/mup43doc.tar.gz" +SRC_URI="ftp://ftp.arkkra.com/pub/unix/${MY_P}src.tar.gz +ftp://ftp.arkkra.com/pub/unix/${MY_P}doc.tar.gz" HOMEPAGE="http://www.arkkra.com" -DEPEND="virtual/glibc - virtual/x11 +DEPEND="virtual/x11 >=media-libs/svgalib-1.4.3" +SLOT="0" +LICENSE="Arkkra" +KEYWORDS="x86" + src_unpack() { mkdir ${P} |