ubertooth: various fixes

This commit is contained in:
Zero_Chaos 2012-04-17 22:33:55 +00:00
parent cfe3752c09
commit 32257c074b
2 changed files with 7 additions and 7 deletions

View file

@ -1,2 +1,2 @@
AUX 40-ubertooth.rules 76 RMD160 cf87649015164070048501b14cb0abec20ad78a2 SHA1 d10e88fd6312f0eeaad48784c901bd3350edc4ae SHA256 70b5c65df12c2600551c3e7e4710622cd26693fe36c91c2a79da4eb3dfea427d
EBUILD ubertooth-9999.ebuild 2032 RMD160 1bf0e849f7d55a33ccf4c63085747b0f32502bf5 SHA1 320e783253e93ad7040f11a55fbea189aea90786 SHA256 a96151379ae939a1623a364f68207bfa3b2000599b09a2952c183e88fa5b5584
EBUILD ubertooth-9999.ebuild 2036 RMD160 bc4d9ccd7db8da43b8f992c8faed76011fb3228d SHA1 84255bd09983dedeb81c0eeec3a35b68230d0c10 SHA256 675a168be15987688420e0f1d5e0724777cd7011f804a83df712c4acc713947d

View file

@ -13,7 +13,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
IUSE="+dfu firmware +python +specan"
IUSE="+dfu firmware +specan"
DEPEND=""
RDEPEND=">=net-libs/libbtbb-0.5 \
@ -24,8 +24,8 @@ RDEPEND=">=net-libs/libbtbb-0.5 \
>=dev-python/numpy-1.3 )
firmware? ( net-wireless/ubertooth-firmware )
specan? ( >=dev-python/pyusb-1.0.0_alpha1 )
python? ( >=dev-python/pyusb-1.0.0_alpha1 )
dfu? ( >=dev-python/pyusb-1.0.0_alpha1 )"
#python? ( >=dev-python/pyusb-1.0.0_alpha1 )
ESVN_REPO_URI="https://ubertooth.svn.sourceforge.net/svnroot/ubertooth/trunk/host"
@ -33,8 +33,8 @@ src_compile() {
filter-ldflags -Wl,--as-needed
cd "${WORKDIR}/${P}/bluetooth_rxtx"
emake
use python && cd "${WORKDIR}"/${P}/bluetooth_rxtx/python
use python && python setup.py build
#use python && cd "${WORKDIR}"/${P}/bluetooth_rxtx/python
#use python && python setup.py build || die
}
src_install() {
@ -46,8 +46,8 @@ src_install() {
use dfu && dobin usb_dfu/ubertooth-dfu usb_dfu/dfu_suffix.py
use python && cd "${WORKDIR}"/${P}/bluetooth_rxtx/python
use python && python setup.py install --prefix="${ED}"
#use python && cd "${WORKDIR}"/${P}/bluetooth_rxtx/python
#use python && python setup.py install --prefix="${ED}"
insinto /etc/udev/rules.d/
doins "${FILESDIR}"/40-ubertooth.rules