# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An assembler and disassembler for 12 and 14-bit PIC chips" HOMEPAGE="http://www.co.jyu.fi/~trossi/pic/" SRC_URI="http://www.co.jyu.fi/~trossi/pic/${PN}${PV}.tar.gz" LICENSE="X11" SLOT="0" IUSE="" KEYWORDS="x86" DEPEND="" S="${WORKDIR}/${PN}" src_compile() { emake || die } src_install() { dobin picasm dodoc picasm.txt devices.txt HISTORY TODO dohtml picasm.html docinto examples dodoc examples/* }