From e043c67c4d1fecadfde2cc97fc661611a65ad4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 17 Feb 2016 18:48:06 +0200 Subject: [PATCH] build with docker --- network/analyzer/bluelog/actions.py | 15 +++++++ network/analyzer/bluelog/pspec.xml | 50 +++++++++++++++++++++++ network/analyzer/bluelog/translations.xml | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 network/analyzer/bluelog/actions.py create mode 100644 network/analyzer/bluelog/pspec.xml create mode 100644 network/analyzer/bluelog/translations.xml diff --git a/network/analyzer/bluelog/actions.py b/network/analyzer/bluelog/actions.py new file mode 100644 index 0000000000..ad59c99c74 --- /dev/null +++ b/network/analyzer/bluelog/actions.py @@ -0,0 +1,15 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import get +from pisi.actionsapi import pisitools + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("ChangeLog", "COPYING", "README") diff --git a/network/analyzer/bluelog/pspec.xml b/network/analyzer/bluelog/pspec.xml new file mode 100644 index 0000000000..c34f6bd377 --- /dev/null +++ b/network/analyzer/bluelog/pspec.xml @@ -0,0 +1,50 @@ + + + bluelog + http://www.digifail.com/software/bluelog.shtml + + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + GPLv2 + network + app:console + Bluelog is a Linux Bluetooth scanner with optional daemon mode and web front-end. + Bluelog is a Linux Bluetooth scanner with optional daemon mode and web front-end, designed for site surveys and traffic monitoring. It's intended to be run for long periods of time in a static location to determine how many discoverable Bluetooth devices there are in the area. + + bluez-libs-devel + wget + + ftp://ftp.digifail.com/software/bluelog/bluelog-1.1.2.tar.gz + + + bluelog + + bluez-libs + + Bluelog is a Linux Bluetooth scanner with optional daemon mode and web front-end. + + /usr/bin + /usr/sbin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2016-02-17 + 1.1.2 + Docker ile yeni derleme + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2016-02-11 + 1.1.2 + Linux Mavidiş Tarayıcısı + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + diff --git a/network/analyzer/bluelog/translations.xml b/network/analyzer/bluelog/translations.xml new file mode 100644 index 0000000000..56a356ffe7 --- /dev/null +++ b/network/analyzer/bluelog/translations.xml @@ -0,0 +1,8 @@ + + + + bluelog + Linux Mavidiş Tarama Aracı + Bluelog arkaplanda çalışma seçeneği bulunan, kullanıcının doğrudan kullanabildiği, ağ sayfaları incelemesi ve trafik monitörleme özelliği bulunan bir mavidiş tarama aracıdır. Özelliği ise durağan bir konumda bulunup, uzun süre çalışarak bölgede ne kadar mavidiş aygıtı varsa taramak ve bulmaktır. + +