Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 95897 Details for
Bug 91396
new ebuild for app-misc/heyu
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild 2.0_beta50
heyu-2.0_beta50.ebuild (text/plain), 1.76 KB, created by
Sven Schwyn (svoop)
on 2006-09-03 16:46:22 UTC
(
hide
)
Description:
ebuild 2.0_beta50
Filename:
MIME Type:
Creator:
Sven Schwyn (svoop)
Created:
2006-09-03 16:46:22 UTC
Size:
1.76 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils toolchain-funcs > >DESCRIPTION="Utility to control and program CM11A, CM17A and CM12U X10 interfaces." >MY_P="${PN}-2.0beta.5" >HOMEPAGE="http://heyu.tanj.com" >SRC_URI="http://heyu.tanj.com/download/${MY_P}.tgz" >S=${WORKDIR}/${MY_P} > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >DEPEND="virtual/libc" > >src_unpack() { > heyu stop > unpack ${A} > cd ${S} > sh ./Configure > sed -i "s/CC\s*=.*/CC = $(tc-getCC)/" ${S}/Makefile > sed -i "s/CFLAGS\s*=.*/CFLAGS = ${CFLAGS} \$(DFLAGS)/" ${S}/Makefile >} > >src_compile() { > emake || die >} > >src_install() { > dobin heyu > doman heyu.1 x10cm17a.5 x10config.5 x10sched.5 x10scripts.5 > newinitd ${FILESDIR}/init.d/heyu heyu > diropts -o nobody -g nogroup -m 0777 > dodir /var/tmp/heyu > diropts -o root -g root -m 0744 > dodir /etc/heyu > insinto /etc/heyu > insopts -o root -g root -m 0644 > doins ${FILESDIR}/etc/x10.conf >} > >pkg_postinst() { > einfo > einfo "Don't forget to tell heyu where to find your CM11 or CM17. Therefore" > einfo "the file /etc/heyu/x10.conf must contain a line starting with 'TTY'" > einfo "followed by the corresponding device such as:" > einfo > einfo "TTY /dev/ttyS0 <-- on first serial port" > einfo "TTY /dev/ttyS1 <-- on second serial port" > einfo "TTY /dev/ttyUSB0 <-- on USB port" > einfo > einfo "To use your device on a USB port, the corresponding USB serial converter" > einfo "kernel module must be loaded. European CM11 are usually delivered with" > einfo "a Prolific 2303 cable (kernel module: pl2303)." > einfo > einfo "Execute the following command if you wish to start the HEYU daemon" > einfo "at boot time:" > einfo > einfo "rc-update add heyu default" > einfo > epause 5 >} > >pkg_prerm() { > killall heyu >}
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 91396
:
57991
|
57992
|
57993
|
58086
|
95897
|
95928
|
96468
|
127427
|
127694
|
157233
|
158355