Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22706 Details for
Bug 36578
Ebuild for the newest nqc version 2.5 r3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuid for nqc 2.5 r3
nqc-2.5.3.ebuild (text/plain), 1.23 KB, created by
Thomas Weibel
on 2003-12-27 06:15:03 UTC
(
hide
)
Description:
Ebuid for nqc 2.5 r3
Filename:
MIME Type:
Creator:
Thomas Weibel
Created:
2003-12-27 06:15:03 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >My_PV="`echo $PV|cut -d. -f1,2`.r`echo $PV|cut -d. -f3`" >My_P="${PN}-${My_PV}" >S=${WORKDIR}/${My_P} >DESCRIPTION="Not Quite C - C-like compiler for Lego Mindstorms" >SRC_URI="http://www.baumfamily.org/nqc/release/${My_P}.tgz" >HOMEPAGE="http://www.baumfamily.org/nqc/" > >SLOT="0" >LICENSE="MPL-1.0" >KEYWORDS="x86" >IUSE="" > >DEPEND="virtual/glibc" > >pkg_setup() { > echo > einfo > einfo "To change the default serial name for nqc (/dev/ttyS0) set" > einfo "the environment variable NQC_SERIAL and reemerge nqc, e.g." > einfo " NQC_SERIAL='/dev/ttyS1' emerge nqc" > einfo > echo > sleep 3 >} > >src_compile() { > if [ ! $NQC_SERIAL ]; then > NQC_SERIAL="/dev/ttyS0" > fi > > # Change paths and disable USB tower support (still beta and doesn't work with Linux 2.6) > sed -e "s:/usr/local/bin:${D}/usr/bin:" \ > -e "s:/usr/local/man:${D}/usr/share/man:" \ > -e "s:-O6:${CFLAGS}:" \ > -e "s:USBOBJ = rcxlib/RCX_USBTowerPipe_linux:\#USBOBJ = rcxlib/RCX_USBTowerPipe_linux.o:"\ > < Makefile >makefile > > # emake doesn't work > DEFAULT_SERIAL_NAME=\"${NQC_SERIAL}\" make || die >} > >src_install() { > make DESTDIR=${D} install > dodoc history.txt readme.txt scout.txt test.nqc >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 36578
: 22706