Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 162538 Details for
Bug 234264
libhid-0.2.16.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for libhid-0.2.16
libhid-0.2.16.ebuild (text/plain), 1.37 KB, created by
Mark Karpeles
on 2008-08-08 18:17:35 UTC
(
hide
)
Description:
ebuild for libhid-0.2.16
Filename:
MIME Type:
Creator:
Mark Karpeles
Created:
2008-08-08 18:17:35 UTC
Size:
1.37 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Provides a generic and flexible way to access and interact with >USB HID devices" >HOMEPAGE="http://libhid.alioth.debian.org/" >SRC_URI="http://beta.magicaltux.net/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="doc python" > >DEPEND="dev-libs/libusb > doc? ( app-doc/doxygen ) > python? ( dev-lang/swig >=dev-lang/python-2.1.0 )" >RDEPEND="dev-libs/libusb" > >src_compile() { > local myconf > > if use doc; then > myconf="$myconf --with-doxygen" > else > myconf="$myconf --without-doxygen" > fi > > if use python; then > # libhid includes its own python detection m4 from > # http://autoconf-archive.cryp.to/ac_python_devel.html > # As it seems to detect python in the wrong place, we'll force it by > # passing the right environnement variables, only if we have the python > # flag > PYTHON_LDFLAGS="$(python-config --ldflags)" econf --enable-swig ${myconf} || die "econf failed" > else > # avoid libhid running swig if it finds it automatically as long as the > # "python" use flag is not set > econf --disable-swig ${myconf} || die "econf failed" > fi > > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "install failed" > > dodoc AUTHORS ChangeLog NEWS README README.licence TODO || die > if use doc; then > dohtml -r doc/html/* > fi >} >
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 234264
: 162538