CVS: moonbase/utils/bluez-utils BUILD, NONE, 1.1 DEPENDS, NONE,
1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE, 1.1
Nick Hudson
nhudson at lunar-linux.org
Tue Nov 11 05:13:02 GMT 2003
Update of /var/cvs/lunar/moonbase/utils/bluez-utils
In directory dbguin.lunar-linux.org:/tmp/cvs-serv14038/bluez-utils
Added Files:
BUILD DEPENDS DETAILS POST_INSTALL
Log Message:
Adding a number of bluetooth modules to moonbase
--- NEW FILE: BUILD ---
(
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man \
--localstatedir=/var \
--sbindir=/sbin \
--datadir=/usr/share \
$OPTS &&
default_make
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends bluez-libs &&
optional_depends "pcmcia-cs" "--enable-pcmcia" "" "to enable pcmcia support"
--- NEW FILE: DETAILS ---
MODULE=bluez-utils
VERSION=2.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://bluez.sf.net/download/$SOURCE
WEB_SITE=http://bluez.sf.net
ENTERED=20030927
UPDATED=20030927
SHORT=" BlueZ provides support for core Bluetooth layers and
protocols"
cat << EOF
BlueZ provides support for core Bluetooth layers and protocols. It is
flexible, efficient and modular implementation.
EOF
--- NEW FILE: POST_INSTALL ---
#I guess I have to do this by hand! This fsking pisses me off more
#than anything in the world. Dev's fsking make it install into a
#correct and normal location!!!!!
cp -R /usr/etc/bluetooth/* /etc/bluetooth
rm -fr /usr/etc/bluetooth
More information about the Lunar-commits
mailing list