Moved to contrib
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
#!/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")
|
||||
@@ -1,50 +0,0 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bluelog</Name>
|
||||
<Homepage>http://www.digifail.com/software/bluelog.shtml</Homepage>
|
||||
<Packager>
|
||||
<Name>İbrahim KARAGÜZEL</Name>
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>network</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Bluelog is a Linux Bluetooth scanner with optional daemon mode and web front-end.</Summary>
|
||||
<Description>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.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>bluez-libs-devel</Dependency>
|
||||
<Dependency>wget</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive type="targz" sha1sum="04fe6a63fd07838df89db7df2788085d48c996cd">ftp://ftp.digifail.com/software/bluelog/bluelog-1.1.2.tar.gz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>bluelog</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>bluez-libs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Summary>Bluelog is a Linux Bluetooth scanner with optional daemon mode and web front-end.</Summary>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-02-17</Date>
|
||||
<Version>1.1.2</Version>
|
||||
<Comment>Docker ile yeni derleme</Comment>
|
||||
<Name>İbrahim KARAGÜZEL</Name>
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-02-11</Date>
|
||||
<Version>1.1.2</Version>
|
||||
<Comment>Linux Mavidiş Tarayıcısı</Comment>
|
||||
<Name>İbrahim KARAGÜZEL</Name>
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bluelog</Name>
|
||||
<Summary xml:lang="tr">Linux Mavidiş Tarama Aracı</Summary>
|
||||
<Description xml:lang="tr">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.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user