diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-19 18:10:51 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-19 18:10:51 +0000 |
commit | c2df202946b6a802961a5f4c3f466c4c86dff7bf (patch) | |
tree | 2ad77e7e90c0ce469e36dfb1905266c7263dd79a /net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild | |
parent | Fixed docs. Closes #29040. (diff) | |
download | historical-c2df202946b6a802961a5f4c3f466c4c86dff7bf.tar.gz historical-c2df202946b6a802961a5f4c3f466c4c86dff7bf.tar.bz2 historical-c2df202946b6a802961a5f4c3f466c4c86dff7bf.zip |
fix whitespace thing
Diffstat (limited to 'net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild')
-rw-r--r-- | net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild b/net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild index 229019d7de66..15f42fd2118e 100644 --- a/net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild +++ b/net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild,v 1.1 2003/09/19 14:52:11 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild,v 1.2 2003/09/19 18:10:47 liquidx Exp $ DESCRIPTION="bluetooth utilities" HOMEPAGE="http://bluez.sourceforge.net/" @@ -11,8 +11,8 @@ SLOT="0" KEYWORDS="~x86" IUSE="gtk" RDEPEND=">=net-wireless/bluez-libs-2.4 - gtk? ( >=dev-python/pygtk-0.6.11 )" - + gtk? ( >=dev-python/pygtk-0.6.11 )" + DEPEND="sys-devel/bison sys-devel/flex >=sys-apps/sed-4 @@ -52,17 +52,21 @@ src_compile() { src_install() { make DESTDIR=${D} install || die dodoc README - - sed -e "s:\(pin_helper \)/bin/bluepin:\1/usr/bin/bluepin" \ + + sed -e "s:\(pin_helper \)/bin/bluepin:\1/etc/bluetooth/pin" \ -i ${D}/etc/bluetooth/hcid.conf - + insinto /etc/init.d newins ${FILESDIR}/bluetooth.rc bluetooth + insinto /etc/bluetooth + newins ${FILESDIR}/pin.sample pin + fperms 0700 /etc/bluetooth/pin } pkg_postinst() { einfo "" einfo "A startup script has been installed in /etc/init.d/bluetooth." - einfo "Rfcomm devices are found in /dev/bluetooh/rfcomm/*" + einfo "RFComm devices are found in /dev/bluetooh/rfcomm/* instead of /dev/rfcomm*" + einfo "If you need to set a PIN, edit /etc/bluetooth/pin" einfo "" } |