homebank ported from pisi 1.2 update and check
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
#!/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 shelltools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
autotools.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.install()
|
||||||
@@ -0,0 +1,90 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>homebank</Name>
|
||||||
|
<Homepage>http://homebank.free.fr</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Stefan Gronewold (groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<Icon>homebank</Icon>
|
||||||
|
<IsA>app:gui</IsA>
|
||||||
|
<Summary>Free, easy, personal accounting for everyone</Summary>
|
||||||
|
<Description>«HomeBank» is free software that will assist you to manage your personal accounting.</Description>
|
||||||
|
<Archive sha1sum="f05b302514327985e64bd403a494bc2bda4e3ad0" type="targz">http://homebank.free.fr/public/homebank-5.0.5.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>cairo-devel</Dependency>
|
||||||
|
<Dependency>libofx-devel</Dependency>
|
||||||
|
<Dependency>pango-devel</Dependency>
|
||||||
|
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||||
|
<Dependency>pixman-devel</Dependency>
|
||||||
|
<Dependency>gtk3-devel</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>homebank</Name>
|
||||||
|
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>cairo</Dependency>
|
||||||
|
<Dependency>libofx</Dependency>
|
||||||
|
<Dependency>pango</Dependency>
|
||||||
|
<Dependency>gdk-pixbuf</Dependency>
|
||||||
|
<Dependency>gtk3</Dependency>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="data">/usr/share/applications</Path>
|
||||||
|
<Path fileType="data">/usr/share/application-registry</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
|
<Path fileType="data">/usr/share/icons/hicolor</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>homebank-data</Name>
|
||||||
|
<Summary>Data Files for Homebank</Summary>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="data">/usr/share/homebank/datas</Path>
|
||||||
|
<Path fileType="data">/usr/share/mime-info</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2015-10-12</Date>
|
||||||
|
<Version>5.0.5</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold (groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2015-02-14</Date>
|
||||||
|
<Version>5.0.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Hakan Yıldız</Name>
|
||||||
|
<Email>hknyldz93@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2014-09-26</Date>
|
||||||
|
<Version>4.6.3</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>01.11.2013</Date>
|
||||||
|
<Version>4.5.4</Version>
|
||||||
|
<Comment>First Release</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni3427@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>homebank</Name>
|
||||||
|
<Summary xml:lang="tr">Protein dizi analizi için profil SMM (Saklı Markov Modeli) yazılımı</Summary>
|
||||||
|
<Description xml:lang="tr">HomeBank ("serbest konuşma" olarak ve "bedava bira" gibi) kişisel muhasebe yönetmek için yardımcı olacak ücretsiz bir yazılımdır..</Description>
|
||||||
|
</Source>
|
||||||
|
<Source>
|
||||||
|
<Name>hmmer-doc</Name>
|
||||||
|
<Summary xml:lang="tr">Hmmer Dökümanları</Summary>
|
||||||
|
<Description xml:lang="tr">Hmmer paketi için dökümantasyon dosyaları.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user