Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189882 Details for
Bug 267865
net-wireless/btscanner: New ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for btscanner 2.1
btscanner-2.1.ebuild (text/plain), 1019 bytes, created by
Dominik George
on 2009-04-29 19:56:23 UTC
(
hide
)
Description:
Ebuild for btscanner 2.1
Filename:
MIME Type:
Creator:
Dominik George
Created:
2009-04-29 19:56:23 UTC
Size:
1019 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils autotools > >DESCRIPTION="Extract information from Bluetooth devices" >HOMEPAGE="http://www.pentest.co.uk" >SRC_URI="http://www.pentest.co.uk/src/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="net-wireless/bluez-libs > sys-libs/ncurses > dev-lang/perl > dev-libs/libxml2" >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} > cd "${S}" > > # Apply patch to strip -Wimplicit-function-dec > epatch "${FILESDIR}"/${P}-configure.in.patch > > # Apply patch for moved DTD and oui.txt > epatch "${FILESDIR}"/${P}-btscanner.xml.patch > > # Reconfigure > eautoreconf >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > > # Move DTD file > dodir /usr/share/btscanner || die "dodir failed" > mv "${D}"/etc/btscanner.dtd "${D}"/usr/share/btscanner > mv "${D}"/usr/share/oui.txt "${D}"/usr/share/btscanner > > dodoc AUTHORS README USAGE || die "dodoc failed" >}
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 267865
: 189882 |
189883
|
189885