Browse Source

fake:

bluez-utils, bluez-libs: update to 3.1
	bluez-hcidump: update to 1.31
	bluez-hciemu: remove



git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7778 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
fake 18 years ago
parent
commit
61d31871ee
6 changed files with 12 additions and 87 deletions
  1. +2
    -2
      package/fake/bluez-hcidump/bluez-hcidump.desc
  2. +0
    -41
      package/fake/bluez-hciemu/bluez-hciemu.cache
  3. +0
    -39
      package/fake/bluez-hciemu/bluez-hciemu.desc
  4. +2
    -2
      package/fake/bluez-libs/bluez-libs.desc
  5. +6
    -1
      package/fake/bluez-utils/bluez-utils.conf
  6. +2
    -2
      package/fake/bluez-utils/bluez-utils.desc

+ 2
- 2
package/fake/bluez-hcidump/bluez-hcidump.desc

@ -32,8 +32,8 @@
[L] GPL
[S] Stable
[V] 1.21
[V] 1.31
[P] X -?---5---9 163.800
[D] 156148539 bluez-hcidump-1.21.tar.gz http://bluez.sourceforge.net/download/
[D] 859499104 bluez-hcidump-1.31.tar.gz http://bluez.sourceforge.net/download/

+ 0
- 41
package/fake/bluez-hciemu/bluez-hciemu.cache

@ -1,41 +0,0 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/fake/bluez-hciemu/bluez-hciemu.cache
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[TIMESTAMP] 1142607384 Fri Mar 17 15:56:24 2006 (5)
[TIMESTAMP] 1142873020 Mon Mar 20 17:43:40 2006 (9)
[CONFIG-ID] TRUNK-x86-reference
[ROCKVER] TRUNK
[LOGS] 5-bluez-hciemu.log 9-bluez-hciemu.log
[BUILDTIME] 1618 (5)
[BUILDTIME] 1886 (9)
[SIZE] 0.03 MB, 7 files
[DEP] 00-dirtree bash2 binutils bluez-libs bluez-libs:dev bzip2 coreutils
[DEP] diffutils findutils gcc34 gcc34:dev glib12 glib12:dev glibc23
[DEP] glibc23:dev gnome14-dirtree grep linux26-header:dev make mktemp
[DEP] mpeg4ip net-tools rrdtool sed sysfiles tar util-linux
[PROVIDES] hciemu

+ 0
- 39
package/fake/bluez-hciemu/bluez-hciemu.desc

@ -1,39 +0,0 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/fake/bluez-hciemu/bluez-hciemu.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] the bluez hciemu tool
[T] this package provides the hciemu tool for use with the bluez bluetooth
[T] protocol stack
[A] Maxim Krasnyansky <maxk@qualcomm.com>
[M] fake <fake@rapidnetworks.de>
[C] extra/tool
[L] GPL
[S] Stable
[V] 1.1
[P] X -?---5---9 205.900
[D] 1851892483 bluez-hciemu-1.1.tar.gz http://bluez.sourceforge.net/download/

+ 2
- 2
package/fake/bluez-libs/bluez-libs.desc

@ -34,7 +34,7 @@
[L] GPL
[S] Stable
[V] 2.17
[V] 3.1
[P] X -?---5---9 122.200
[D] 324385351 bluez-libs-2.17.tar.gz http://bluez.sourceforge.net/download/
[D] 2370236322 bluez-libs-3.1.tar.gz http://bluez.sourceforge.net/download/

+ 6
- 1
package/fake/bluez-utils/bluez-utils.conf

@ -21,7 +21,12 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
var_append confopt ' ' "--sysconfdir=$root/etc --disable-initscripts"
[ -f $root/var/adm/packages/pcmcia-cs ] && var_append confopt ' ' '--enable-pcmcia'
# rpath hack, needed for libdbus-glib as long as gnome lives in /opt
makeopt="$makeopt LDFLAGS='`pkg-config --libs-only-L glib-2.0 | sed 's/-L/-Wl,-rpath /g'`'"
if pkginstalled pcmcia-cs || pkginstalled pcmciautils ; then
var_append confopt ' ' '--enable-pcmcia'
fi
pm_bluezutils() {
install_init hcid $confdir/hcid.init

+ 2
- 2
package/fake/bluez-utils/bluez-utils.desc

@ -34,8 +34,8 @@
[L] GPL
[S] Stable
[V] 2.17
[V] 3.1
[P] X -?---5---9 163.500
[D] 2740864197 bluez-utils-2.17.tar.gz http://bluez.sourceforge.net/download/
[D] 1178700540 bluez-utils-3.1.tar.gz http://bluez.sourceforge.net/download/

Loading…
Cancel
Save