Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 284393 Details for
Bug 380407
telldus-core (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Main ebuild file.
telldus-core-2.0.4.ebuild (text/plain), 1.07 KB, created by
Henrik Wennergren
on 2011-08-23 19:35:07 UTC
(
hide
)
Description:
Main ebuild file.
Filename:
MIME Type:
Creator:
Henrik Wennergren
Created:
2011-08-23 19:35:07 UTC
Size:
1.07 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 >inherit cmake-utils linux-mod > >DESCRIPTION="Driver and tools for controlling a Telldus Technologies TellStick." >HOMEPAGE="http://www.telldus.se/" >SRC_URI="http://download.telldus.se/TellStick/Software/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >DEPEND="dev-libs/confuse >=dev-util/cmake-2.6.0" > >pkg_postinst() { > elog "You will need to set up your /etc/tellstick.conf file before running" > elog "tdtool. For details, please see url:" > elog "http://developer.telldus.se/wiki/TellStick_conf" >} > >pkg_setup() { > CONFIG_CHECK="USB_SERIAL_FTDI_SIO" > linux-mod_pkg_setup > > # Fails to find its libraries with '--as-needed'; causes the linking error > # 'undefined reference' to sem_close, sem_open, sem_post, sem_unlink > # and sem_wait. > append-ldflags $(no-as-needed) >} > >src_compile() { > cmake-utils_src_compile >} > >src_configure() { > cmake-utils_src_configure >} > >src_install() { > cmake-utils_src_install > fperms 644 /var/state/telldus-core.conf >}
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 380407
:
284393
|
284663
|
301859
|
301861