summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2005-02-01 15:26:31 +0000
committerAlastair Tse <liquidx@gentoo.org>2005-02-01 15:26:31 +0000
commit2a1032e63d13186f8ec5348fff7deb4a0dcaba62 (patch)
treeb2dded0ea74a671fe40b8a8bd15017782fee3430 /net-wireless/blueproxy/blueproxy-1.3.ebuild
parentInitial import. (diff)
downloadhistorical-2a1032e63d13186f8ec5348fff7deb4a0dcaba62.tar.gz
historical-2a1032e63d13186f8ec5348fff7deb4a0dcaba62.tar.bz2
historical-2a1032e63d13186f8ec5348fff7deb4a0dcaba62.zip
version bump
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-wireless/blueproxy/blueproxy-1.3.ebuild')
-rw-r--r--net-wireless/blueproxy/blueproxy-1.3.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/net-wireless/blueproxy/blueproxy-1.3.ebuild b/net-wireless/blueproxy/blueproxy-1.3.ebuild
new file mode 100644
index 000000000000..ea569ce7ad5e
--- /dev/null
+++ b/net-wireless/blueproxy/blueproxy-1.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueproxy/blueproxy-1.3.ebuild,v 1.1 2005/02/01 15:26:31 liquidx Exp $
+
+inherit eutils
+
+DESCRIPTION="Bluetooth RFCOMM to TCP proxy"
+HOMEPAGE="http://anil.recoil.org/projects/blueproxy.html"
+SRC_URI="http://anil.recoil.org/projects/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=net-wireless/bluez-libs-2.10"
+
+src_compile() {
+ econf
+ emake || die "make failed"
+ #emake OS=linux SDPFLAGS=-lbluetooth || die "make failed"
+}
+
+src_install() {
+ dodir /usr/bin
+ dodir /usr/share/man/man1
+
+ einstall || die "installe failed"
+ dodoc README AUTHORS ChangeLog
+} \ No newline at end of file