add clementine and dep

This commit is contained in:
alihanozturk
2017-01-06 17:23:02 +03:00
parent 07e8cf917c
commit b70f720efc
23 changed files with 794 additions and 0 deletions
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.install()
pisitools.dohtml("doc/*")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
@@ -0,0 +1,36 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>google-sparsehash</Name>
<Homepage>http://code.google.com/p/google-sparsehash</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>An extremely memory-efficient hash_map implementation</Summary>
<Description>The SparseHash library contains several hash-map implementations, including implementations that optimize for space or speed.</Description>
<Archive sha1sum="94a9aad9167275af41b13122c60754ad1a5adb34" type="targz">https://github.com/sparsehash/sparsehash/archive/sparsehash-2.0.3.tar.gz</Archive>
</Source>
<Package>
<Name>google-sparsehash</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-01-04</Date>
<Version>2.0.3</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>google-sparsehash</Name>
<Summary xml:lang="tr">Son derece verimli bellek kullanımına sahip hash-map uyarlaması</Summary>
<Description xml:lang="tr">SparseHash kitaplığı hıza veya boyuta göre eniyileştirilebilecek çeşitli hash-map uyarlamalarını içerir.</Description>
</Source>
</PISI>