Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 1280 | Differences between
and this patch

Collapse All | Expand All

(-)grip-id3v2-2.96.ebuild (-11 / +4 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2000 Gentoo Technologies, Inc.
1
# Copyright 1999-2002 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License, v2 or later
2
# Distributed under the terms of the GNU General Public License, v2 or later
3
# Author Joe Bormolini
3
# Author Joe Bormolini
4
# /space/gentoo/cvsroot/gentoo-x86/media-sound/grip-id3v2/grip-id3v2-2.96.ebuild,v 1.4 2001/10/26 02:01:48 lordjoe Exp
4
# /space/gentoo/cvsroot/gentoo-x86/media-sound/grip-id3v2/grip-id3v2-2.96.ebuild,v 1.4 2001/10/26 02:01:48 lordjoe Exp
Lines 43-58 Link Here
43
src_install () {
43
src_install () {
44
	cd ${S}
44
	cd ${S}
45
45
46
	dodir /usr/bin
46
	exeinto /usr/bin
47
47
	doexe grip gcd 
48
	cp ${S}/grip ${D}/usr/bin
48
	doman grip.1
49
	cp ${S}/gcd ${D}/usr/bin
50
51
	dodir /usr/man/man1
52
53
	gzip ${S}/grip.1
54
	cp ${S}/grip.1.gz ${D}/usr/man/man1
55
	cp ${S}/grip.1.gz ${D}/usr/man/man1/gcd.1.gz
56
49
57
	dodoc README LICENSE TODO CREDITS CHANGES README.id3v2
50
	dodoc README LICENSE TODO CREDITS CHANGES README.id3v2
58
51

Return to bug 1280