Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1719 - PICxxx assembler
Summary: PICxxx assembler
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-13 04:49 UTC by Jeffry
Modified: 2002-04-24 15:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffry 2002-04-13 04:49:25 UTC
assembler for the PIC16xxx serie procs from microchip   
 
# Copyright 1999-2001 Gentoo Technologies, Inc. 
# Distributed under the terms of the GNU General Public License, v2 or later 
# Author Jeffry Molanus  <gila@home.nl> 
 
S=${WORKDIR}/${P} 
DESCRIPTION="Utils for the PICxxx procesors" 
SRC_URI="http://prdownloads.sourceforge.net/gputils/${P}.tar.gz" 
HOMEPAGE="http://gputils.sourceforge.net/" 
 
src_compile(){ 
 
         ./configure \ 
                --host=${CHOST} \ 
                --prefix=/usr \ 
                --infodir=/usr/share/info \ 
                --mandir=/usr/share/man \ 
                --sysconfdir=/etc || die 
 
                try emake 
} 
 
src_install() { 
make prefix=${D}/usr/share \ 
                bindir=${D}/usr/bin \ 
                confdir=${D}/etc \ 
                datadir=${D}/usr/share/ \ 
                mandir=${D}/usr/share/man \ 
                install || die 
}
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-04-24 15:20:36 UTC
Available as dev-util/gputils-0.10.2.