Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 102678 Details for
Bug 133631
wish-2.1.5 (x10dev) - new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wish-2.1.5 ebuild
wish-2.1.5.ebuild (text/plain), 1.28 KB, created by
Josh Sled
on 2006-11-24 14:03:41 UTC
(
hide
)
Description:
wish-2.1.5 ebuild
Filename:
MIME Type:
Creator:
Josh Sled
Created:
2006-11-24 14:03:41 UTC
Size:
1.28 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Author: <jsled-gentoo@asynchronous.org> ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils linux-mod > >MY_P=x10dev > >HOMEPAGE="http://wish.sourceforge.net/" >DESCRIPTION="X10 controller software" >LICENSE=GPL-2 >KEYWORDS="~x86" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}-${PV}.tar.gz" ># http://prdownloads.sourceforge.net/wish/x10dev-2.1.3.tar.gz?download >SLOT=0 > >DEPEND="sys-fs/udev" >RDEPEND="${DEPEND}" > >S=${WORKDIR}/${MY_P}-${PV} > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/unset_arch-make.patch > epatch ${FILESDIR}/dev-creation_sandbox-${PV}.patch > #if kernel_is 2 6 && [ ${KV_PATCH} -ge 17 ] > #then > # epatch ${FILESDIR}/${P}-kernel-2.6.17.patch > #fi >} > >src_compile() { > emake || die "make failed" >} > >src_install() { > dosbin daemons/*d > dosbin utils/x10logd > dobin utils/x10watch > dobin utils/nbread > dobin utils/nbecho > > if [ ! -d /lib/udev/devices ]; then > mkdir -p ${D}/lib/udev/devices > fi > mkdir -p ${D}/dev > sh ./scripts/makedev.sh > chown root:users ${D}lib/udev/devices/x10/* > chmod 664 ${D}lib/udev/devices/x10/* > > insinto /lib/modules/${KV}/kernel/drivers/char/x10 > doins dev/x10.ko > > dodoc CREDITS INSTALL > dohtml html/* > docinto example_scripts > dodoc example_scripts/* > > doinitd ${FILESDIR}/x10.plusbd >}
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 133631
:
86940
|
86942
|
86943
|
86944
|
96508
|
96509
| 102678 |
102679