diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 13:50:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 13:50:35 +0000 |
commit | c818a8b2630486cc060f389a864c8d42d1fdb041 (patch) | |
tree | 5373edea58bae1752c2684fe3fa760c68c5843b6 /media-sound/timidity-eawpatches | |
parent | Real networks RealSDK license added (diff) | |
download | gentoo-2-c818a8b2630486cc060f389a864c8d42d1fdb041.tar.gz gentoo-2-c818a8b2630486cc060f389a864c8d42d1fdb041.tar.bz2 gentoo-2-c818a8b2630486cc060f389a864c8d42d1fdb041.zip |
repoman'd
Diffstat (limited to 'media-sound/timidity-eawpatches')
-rw-r--r-- | media-sound/timidity-eawpatches/timidity-eawpatches-12.ebuild | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/timidity-eawpatches/timidity-eawpatches-12.ebuild b/media-sound/timidity-eawpatches/timidity-eawpatches-12.ebuild index bca881fcc983..023733d851e3 100644 --- a/media-sound/timidity-eawpatches/timidity-eawpatches-12.ebuild +++ b/media-sound/timidity-eawpatches/timidity-eawpatches-12.ebuild @@ -1,6 +1,6 @@ # 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/timidity-eawpatches/timidity-eawpatches-12.ebuild,v 1.2 2002/07/11 06:30:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12.ebuild,v 1.3 2002/07/21 13:50:35 seemant Exp $ S=${WORKDIR} DESCRIPTION="Eric Welsh's GUS patches for TiMidity" @@ -8,7 +8,11 @@ SRC_URI="http://www.stardate.bc.ca/eawpatches/eawpats${PV}_full.rar" HOMEPAGE="http://www.stardate.bc.ca/eawpatches/html/default.htm" DEPEND="media-sound/timidity++ - app-arch/unrar" + app-arch/unrar" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_unpack() { mkdir eawpatches @@ -20,12 +24,12 @@ src_unpack() { } src_install () { - instdir="${D}/usr/share/timidity" - mkdir -p "${instdir}" - mv eawpatches "${instdir}" + instdir=/usr/share/timidity/eawpatches + insinto ${instdir} + doins eawpatches/* # Make sure ownership and perms are sane - cd "${instdir}" + cd ${D}/${instdir} chown -R root.root eawpatches chmod -R a+rX,go-w eawpatches |