mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-28 11:06:10 +01:00
ubertooth: update ebuild in preperation for moving into gentoo
This commit is contained in:
parent
e9b42678df
commit
ffa13d1bb3
2 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
AUX 40-ubertooth.rules 76 RMD160 cf87649015164070048501b14cb0abec20ad78a2 SHA1 d10e88fd6312f0eeaad48784c901bd3350edc4ae SHA256 70b5c65df12c2600551c3e7e4710622cd26693fe36c91c2a79da4eb3dfea427d
|
||||
EBUILD ubertooth-9999.ebuild 2036 RMD160 bc4d9ccd7db8da43b8f992c8faed76011fb3228d SHA1 84255bd09983dedeb81c0eeec3a35b68230d0c10 SHA256 675a168be15987688420e0f1d5e0724777cd7011f804a83df712c4acc713947d
|
||||
EBUILD ubertooth-9999.ebuild 2037 RMD160 c80fcb95a78ba66b8b42f5878b2fc7925c8316ee SHA1 d3d93096a1c34e6bf2f739183eaa085c809e46d4 SHA256 ff84394dec22e45750a68003665f86b76a76d46675a0ac3b2f41c4522d8c3a5f
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ RDEPEND=">=net-libs/libbtbb-0.5 \
|
|||
ESVN_REPO_URI="https://ubertooth.svn.sourceforge.net/svnroot/ubertooth/trunk/host"
|
||||
|
||||
src_compile() {
|
||||
filter-ldflags -Wl,--as-needed
|
||||
#filter-ldflags -Wl,--as-needed
|
||||
cd "${WORKDIR}/${P}/bluetooth_rxtx"
|
||||
emake
|
||||
#use python && cd "${WORKDIR}"/${P}/bluetooth_rxtx/python
|
||||
|
|
@ -49,7 +49,7 @@ src_install() {
|
|||
#use python && cd "${WORKDIR}"/${P}/bluetooth_rxtx/python
|
||||
#use python && python setup.py install --prefix="${ED}"
|
||||
|
||||
insinto /etc/udev/rules.d/
|
||||
insinto /lib/udev/rules.d/
|
||||
doins "${FILESDIR}"/40-ubertooth.rules
|
||||
|
||||
ewarn "Everyone can read from the ubertooth, but to talk to it"
|
||||
|
|
|
|||
Loading…
Reference in a new issue