|
|
| |
DESCRIPTION="A collection of powerful tools for manipulating EPROM load files." | DESCRIPTION="A collection of powerful tools for manipulating EPROM load files." |
HOMEPAGE="http://srecord.sourceforge.net/" | HOMEPAGE="http://srecord.sourceforge.net/" |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
| |
LICENSE="GPL-2" |
LICENSE="GPL-3" |
SLOT="0" | SLOT="0" |
KEYWORDS="~amd64 ~sparc ~x86" | KEYWORDS="~amd64 ~sparc ~x86" |
IUSE="test" | IUSE="test" |
| |
DEPEND="test? ( app-arch/sharutils )" | DEPEND="test? ( app-arch/sharutils )" |
|
|
-e '/\$(mandir)\/man1\/srec_license.1 \\/d' \ | -e '/\$(mandir)\/man1\/srec_license.1 \\/d' \ |
${S}/Makefile.in || die "Patching failed" | ${S}/Makefile.in || die "Patching failed" |
} | } |
| |
src_install() { | src_install() { |
einstall || die "Installation failed" |
emake DESTDIR="${D}" install|| die "Installation failed" |
dodoc ${S}/README | dodoc ${S}/README |
insinto /usr/share/doc/${PF} | insinto /usr/share/doc/${PF} |
doins ${S}/etc/reference.ps | doins ${S}/etc/reference.ps |
} | } |
| |