build with docker

This commit is contained in:
İbrahim KARAGÜZEL
2016-02-17 18:48:40 +02:00
parent e043c67c4d
commit a3500b926a
3 changed files with 69 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/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():
pisitools.dosbin("bluesnarfer")
pisitools.dodoc("README")
+45
View File
@@ -0,0 +1,45 @@
<PISI>
<Source>
<Name>bluesnarfer</Name>
<Homepage>http://www.alighieri.org/project.html</Homepage>
<Packager>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<PartOf>network</PartOf>
<IsA>app:console</IsA>
<Summary>A Bluetooth bluesnarfing Utility.</Summary>
<Description>rfcomm connection to bdaddr and send/recv AT command from gsm extension.</Description>
<BuildDependencies>
<Dependency>bluez-libs-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="558ec3d0b97d31ac7061e129fa262296b7d75659" type="targz">http://www.alighieri.org/tools/bluesnarfer.tar.gz</Archive>
</Source>
<Package>
<Name>bluesnarfer</Name>
<RuntimeDependencies>
<Dependency>bluez-libs</Dependency>
</RuntimeDependencies>
<Summary>A Bluetooth bluesnarfing Utility.</Summary>
<Files>
<Path fileType="all">/</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-02-17</Date>
<Version>0.1</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>0.1</Version>
<Comment>A Bluetooth bluesnarfing utility</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>bluesnarfer</Name>
<Summary xml:lang="tr">Linux Mavidiş Tüketme Aracı</Summary>
<Description xml:lang="tr">Mavidiş aygıtının adresine rfcomm bağlantısı ile AT komutları gönderip alır.</Description>
</Source>
</PISI>