diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-19 16:51:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-19 16:51:35 +0000 |
commit | c74ed0b2edbdacd7769e283a287856450fe0e73c (patch) | |
tree | dbb0db971388daea11b5ce60d96a4b7a9d569591 /media-sound/timidity-eawpatches | |
parent | Removing PROVIDE=virtual/x11. This should be used for the libraries, not the ... (diff) | |
download | gentoo-2-c74ed0b2edbdacd7769e283a287856450fe0e73c.tar.gz gentoo-2-c74ed0b2edbdacd7769e283a287856450fe0e73c.tar.bz2 gentoo-2-c74ed0b2edbdacd7769e283a287856450fe0e73c.zip |
ppc stable
Diffstat (limited to 'media-sound/timidity-eawpatches')
-rw-r--r-- | media-sound/timidity-eawpatches/timidity-eawpatches-12-r2.ebuild | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r2.ebuild b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r2.ebuild index f0ec74a77cda..69528d90ef93 100644 --- a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r2.ebuild +++ b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r2.ebuild @@ -1,27 +1,26 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r2.ebuild,v 1.4 2004/03/01 05:37:16 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r2.ebuild,v 1.5 2004/03/19 16:51:07 vapier Exp $ -S=${WORKDIR}/eawpats DESCRIPTION="Eric Welsh's GUS patches for TiMidity" -SRC_URI="http://5hdumat.samizdat.net/music/eawpats${PV}_full.tar.gz" HOMEPAGE="http://www.stardate.bc.ca/eawpatches/html/default.htm" +SRC_URI="http://5hdumat.samizdat.net/music/eawpats${PV}_full.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86 ppc" DEPEND="media-sound/timidity++" -SLOT="0" -LICENSE="as-is" -KEYWORDS="~x86 ~ppc" +S=${WORKDIR}/eawpats src_unpack() { -unpack ${A} -cd ${S}/linuxconfig -cp timidity.cfg timidity.cfg.orig -sed -e "s:dir /home/user/eawpats/:dir /usr/share/timidity/eawpatches:" timidity.cfg.orig > timidity.cfg -rm -f timidity.cfg.orig + unpack ${A} + cd ${S}/linuxconfig + sed -i -e "s:dir /home/user/eawpats/:dir /usr/share/timidity/eawpatches:" timidity.cfg } -src_install () { +src_install() { local instdir=/usr/share/timidity # Install base timidity configuration |