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

(-)/usr/portage/media-gfx/icoutils/icoutils-0.23.0.ebuild (-2 / +15 lines)
Lines 3-10 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/icoutils-0.23.0.ebuild,v 1.4 2006/03/06 14:10:22 flameeyes Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/icoutils-0.23.0.ebuild,v 1.4 2006/03/06 14:10:22 flameeyes Exp $
4
4
5
DESCRIPTION="A set of programs for extracting and converting images in Microsoft Windows icon and cursor files (.ico, .cur)."
5
DESCRIPTION="A set of programs for extracting and converting images in Microsoft Windows icon and cursor files (.ico, .cur)."
6
HOMEPAGE="http://www.student.lu.se/~nbi98oli"
6
HOMEPAGE="http://www.nongnu.org/icoutils/"
7
SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz"
7
SRC_URI="http://savannah.nongnu.org/download/icoutils/${P}.tar.gz"
8
8
9
KEYWORDS="~amd64 ~ppc ~x86"
9
KEYWORDS="~amd64 ~ppc ~x86"
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
Lines 28-30 Link Here
28
	einstall || die
28
	einstall || die
29
	dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed"
29
	dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed"
30
}
30
}
31
32
pkg_postinst() {
33
34
	einfo
35
	einfo "Note you must have >=dev-lang/perl-5.6 installed to be able"
36
	einfo "to use the bundled \"extresso\" and \"genresscript\" tools"
37
	einfo "(read their man pages to see if you need them). \"genresscript\""
38
	einfo "also uses >=dev-perl/libwww-perl-5.64 to fetch files."
39
	einfo
40
	einfo "Finally, do note that the main tool is named \"icotool\"."
41
	einfo
42
43
}

Return to bug 126206