mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
* Fixed deps
This commit is contained in:
parent
1daba8439a
commit
5f53238e31
2 changed files with 29 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST bt_audit-0.1.1.tar.gz 5770 RMD160 ba7faa5255e911c88130082cd2a6df60ccc12712 SHA1 70dd8fecf1d0f26376fb72771c2f4d059636cb9f SHA256 64a0a5e3f2e24edb5137946860b4a6326d9f309999da1623cb400ae49e7de76a
|
||||
EBUILD bt-audit-0.1.1-r1.ebuild 674 RMD160 cd61e439fdb9983fc1d293a27333a8ef5475a4aa SHA1 3cd57e079ab1076952a6e8da55bad0f54a42f044 SHA256 d46a064ac2d6dbff418f62e2dc191bf575b8db8ad26a60001206b40b6e54bf8e
|
||||
EBUILD bt-audit-0.1.1.ebuild 656 RMD160 e14f296d2283de837336f7c33bae5f0b4178a0a5 SHA1 f6ebdc65a2c68f2ee5aa7d228b230fdfb0c04cf5 SHA256 f7cfcf0183e1f482a365bee4aa93e3e762688b29138648bd3801796a586c165b
|
||||
|
|
|
|||
28
net-wireless/bt-audit/bt-audit-0.1.1-r1.ebuild
Normal file
28
net-wireless/bt-audit/bt-audit-0.1.1-r1.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/net-wireless/btscanner/btscanner-2.1.ebuild,v 1.1.1.1 2006/03/09 22:54:57 grimmlin Exp $
|
||||
|
||||
inherit eutils
|
||||
|
||||
MY_P="${P/-/_}"
|
||||
|
||||
DESCRIPTION="Asmall bluetooth audit suite"
|
||||
HOMEPAGE="http://www.betaversion.net/btdsd/"
|
||||
SRC_URI="http://www.betaversion.net/btdsd/download/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86"
|
||||
IUSE=""
|
||||
S="${WORKDIR}/${PN/-/_}"
|
||||
RDEPEND="net-wireless/bluez"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_compile() {
|
||||
cd src
|
||||
emake || die "emake failed"
|
||||
}
|
||||
src_install() {
|
||||
dobin src/psm_scan src/rfcomm_scan
|
||||
dodoc CHANGELOG README THANKS
|
||||
}
|
||||
Loading…
Reference in a new issue