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

(-)busybox-0.60.3.ebuild (-2 / +6 lines)
Lines 5-11 Link Here
5
S=${WORKDIR}/${P}
5
S=${WORKDIR}/${P}
6
DESCRIPTION="Utilities for rescue and embedded systems"
6
DESCRIPTION="Utilities for rescue and embedded systems"
7
SRC_URI="http://www.busybox.net/downloads/${P}.tar.gz"
7
SRC_URI="http://www.busybox.net/downloads/${P}.tar.gz"
8
HOMEPAGE="http://busybox.lineo.com/"
8
HOMEPAGE="http://www.busybox.net/"
9
9
10
SLOT="0"
10
SLOT="0"
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
Lines 31-41 Link Here
31
	dobin busybox
31
	dobin busybox
32
	into /usr
32
	into /usr
33
	dodoc AUTHORS Changelog LICENSE README TODO
33
	dodoc AUTHORS Changelog LICENSE README TODO
34
	
35
	cd docs
34
	cd docs
36
	doman *.1
35
	doman *.1
36
37
	docinto scripts
38
	dodoc busybox.links
39
37
	docinto txt
40
	docinto txt
38
	dodoc *.txt
41
	dodoc *.txt
42
39
	docinto pod
43
	docinto pod
40
	dodoc *.pod
44
	dodoc *.pod
41
	dohtml *.html
45
	dohtml *.html

Return to bug 18678