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

(-)a/hasciicam-1.0.ebuild (+6 lines)
Lines 2-7 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/hasciicam/hasciicam-1.0.ebuild,v 1.4 2008/11/24 16:15:36 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/hasciicam/hasciicam-1.0.ebuild,v 1.4 2008/11/24 16:15:36 ssuominen Exp $
4
4
5
EAPI="2"
6
5
DESCRIPTION="a webcam software displaying ascii art using aalib."
7
DESCRIPTION="a webcam software displaying ascii art using aalib."
6
HOMEPAGE="http://ascii.dyne.org"
8
HOMEPAGE="http://ascii.dyne.org"
7
SRC_URI="ftp://ftp.dyne.org/${PN}/releases/${P}.tar.gz"
9
SRC_URI="ftp://ftp.dyne.org/${PN}/releases/${P}.tar.gz"
Lines 14-19 Link Here
14
RDEPEND="media-libs/aalib"
16
RDEPEND="media-libs/aalib"
15
DEPEND="${RDEPEND}"
17
DEPEND="${RDEPEND}"
16
18
19
src_prepare() {
20
	sed -i -e 's/snprintf.*/snprintf(html_header, sizeof(html_header),/' hasciicam.c || die
21
}
22
17
src_install() {
23
src_install() {
18
	emake DESTDIR="${D}" install || die "emake install failed."
24
	emake DESTDIR="${D}" install || die "emake install failed."
19
	dodoc AUTHORS ChangeLog NEWS README TODO
25
	dodoc AUTHORS ChangeLog NEWS README TODO

Return to bug 301879