summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2005-05-25 00:30:22 +0000
committerAlastair Tse <liquidx@gentoo.org>2005-05-25 00:30:22 +0000
commit943232f699116313443d24dda7498012a5c56886 (patch)
tree73fa47e172b73e67f6e7bfd5dfccaeb1bce42886 /net-wireless/bluez-libs/bluez-libs-2.17.ebuild
parentonly split specs if we have pie support, make sure we actually create the har... (diff)
downloadgentoo-2-943232f699116313443d24dda7498012a5c56886.tar.gz
gentoo-2-943232f699116313443d24dda7498012a5c56886.tar.bz2
gentoo-2-943232f699116313443d24dda7498012a5c56886.zip
version bump (#93231)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-wireless/bluez-libs/bluez-libs-2.17.ebuild')
-rw-r--r--net-wireless/bluez-libs/bluez-libs-2.17.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-wireless/bluez-libs/bluez-libs-2.17.ebuild b/net-wireless/bluez-libs/bluez-libs-2.17.ebuild
new file mode 100644
index 000000000000..6f851200bf91
--- /dev/null
+++ b/net-wireless/bluez-libs/bluez-libs-2.17.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-libs/bluez-libs-2.17.ebuild,v 1.1 2005/05/25 00:29:06 liquidx Exp $
+
+inherit eutils
+
+DESCRIPTION="Bluetooth Userspace Libraries"
+HOMEPAGE="http://bluez.sourceforge.net/"
+SRC_URI="http://bluez.sourceforge.net/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="!net-wireless/bluez-sdp"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+}