libwlocate:first release

This commit is contained in:
alihanozturk
2015-12-02 19:29:58 +02:00
parent 67a37bfcdc
commit f53f93f1a8
2 changed files with 76 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
#!/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 shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir="libwlocate-code-213bcf6fb073d968af5e849a5c1828603f69e5ac/master"
def build():
autotools.make("-f Makelib")
autotools.make()
def install():
pisitools.insinto("/usr/lib", "libwlocate.so")
pisitools.insinto("/usr/include", "libwlocate.h")
pisitools.insinto("/usr/bin", "lwtrace")
pisitools.dodoc("COPYING", "README", "CREDITS")
+53
View File
@@ -0,0 +1,53 @@
<PISI>
<Source>
<Name>libwlocate</Name>
<Homepage>http://sourceforge.net/projects/libwlocate/</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>A shared library that can be used for location-based services</Summary>
<Description>libwlocate is a shared library that can be used for location-based services.</Description>
<BuildDependencies>
<Dependency>wireless-tools-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="fbe4dd4673f06e87f2982bf42eef36b95c0afd43" type="zip">http://sourceforge.net/code-snapshots/git/l/li/libwlocate/code.git/libwlocate-code-213bcf6fb073d968af5e849a5c1828603f69e5ac.zip</Archive>
</Source>
<Package>
<Name>libwlocate</Name>
<Summary>A shared library that can be used for location-based services</Summary>
<RuntimeDependencies>
<Dependency>wireless-tools</Dependency>
<Dependency>glibc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libwlocate-devel</Name>
<Summary>Development files for libwlocate</Summary>
<RuntimeDependencies>
<Dependency release="current">libwlocate</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-12-02</Date>
<Version>0.2</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>