Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 367667
Collapse All | Expand All

(-)transcode-1.1.5-r2.ebuild (-5 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.5-r2.ebuild,v 1.10 2011/10/01 18:32:34 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.5-r2.ebuild,v 1.10 2011/10/01 18:32:34 ssuominen Exp $
4
4
5
EAPI=2
5
EAPI=4
6
6
7
WANT_AUTOCONF="2.5"
7
WANT_AUTOCONF="2.5"
8
WANT_AUTOMAKE="1.10"
8
WANT_AUTOMAKE="1.10"
Lines 130-143 Link Here
130
		$(tc_use_enable_force sse2 sse2 sse) \
130
		$(tc_use_enable_force sse2 sse2 sse) \
131
		"
131
		"
132
132
133
	econf ${myconf} || die "econf failed"
133
	econf ${myconf}
134
}
134
}
135
135
136
src_install () {
136
src_install () {
137
	make DESTDIR="${D}" install || die "make install failed"
137
	make DESTDIR="${D}" install
138
	rm -fr "${D}/usr/share/doc/transcode"
138
	rm -fr "${D}/usr/share/doc/transcode"
139
139
140
	dodoc AUTHORS ChangeLog README TODO STYLE
140
	dodoc AUTHORS ChangeLog README TODO STYLE
141
	dodoc docs/*
141
	dodoc -r docs/*
142
	dohtml docs/html/*
142
	dohtml -r docs/html/*
143
}
143
}

Return to bug 367667