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 | ee7fe75c6005a4285a662d383a0c5e577874e0cd (patch) | |
tree | 96b95cd2cc0a94169707b0ee0e063336bc5d2ffb /media-sound/mup | |
parent | added ppc keyword (diff) | |
download | gentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.tar.gz gentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.tar.bz2 gentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.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} |