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