libgtop:new package

This commit is contained in:
2020-02-19 15:23:38 +03:00
parent 5b31ad1ac8
commit c0fc362190
3 changed files with 103 additions and 0 deletions
+20
View File
@@ -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
def setup():
autotools.configure("--disable-static \
--enable-gtk-doc")
def build():
autotools.make()
def install():
autotools.install()
pisitools.dodoc("TODO", "README", "NEWS", "ChangeLog", "AUTHORS")
+65
View File
@@ -0,0 +1,65 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libgtop</Name>
<Homepage>http://www.gnome.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>System monitoring library</Summary>
<Description>libgtop is a library to get system specific data such as CPU and Memory Usage and information about running processes.</Description>
<Archive sha1sum="5e0cdf1d986ec5d4ce0b244bdcded7de1a93149a" type="tarxz">mirrors://gnome/libgtop/2.40/libgtop-2.40.0.tar.xz</Archive>
</Source>
<Package>
<Name>libgtop</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libXau</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
</Files>
</Package>
<Package>
<Name>libgtop-docs</Name>
<IsA>data:doc</IsA>
<Summary>libgtop reference documents</Summary>
<Files>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<Package>
<Name>libgtop-devel</Name>
<Summary>Development files for libgtop</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency release="current">libgtop</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="info">/usr/share/info</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-13</Date>
<Version>2.40.0</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libgtop</Name>
<Summary xml:lang="tr">Sistem izleme kitaplığı</Summary>
<Description xml:lang="tr">libgtop, çalışan süreçler hakkında CPU ve bellek kullanımı gibi sistem bilgisini almak için bir kitaplığıdır.</Description>
</Source>
<Package>
<Name>libgtop-docs</Name>
<Summary xml:lang="tr">libgtop başvuru belgeleri</Summary>
</Package>
<Package>
<Name>libgtop-devel</Name>
<Summary xml:lang="tr">libgtop için geliştirme dosyaları</Summary>
</Package>
</PISI>