Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1719

Summary: PICxxx assembler
Product: Gentoo Linux Reporter: Jeffry <gila>
Component: [OLD] DevelopmentAssignee: Karl Trygve Kalleberg (RETIRED) <karltk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.