htop build in pisi2.0

This commit is contained in:
groni
2015-11-23 15:43:36 +01:00
parent 82b1558887
commit b4133f0d1f
8 changed files with 172 additions and 2 deletions
+64
View File
@@ -0,0 +1,64 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>htop</Name>
<Homepage>http://htop.sourceforge.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>htop</Icon>
<IsA>app:console</IsA>
<IsA>app:gui</IsA>
<Summary>An interactive process viewer for Linux</Summary>
<Description>htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'.</Description>
<Archive sha1sum="261492274ff4e741e72db1ae904af5766fc14ef4" type="targz">http://hisham.hm/htop/releases/1.0.3/htop-1.0.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>ncurses-devel</Dependency>
<Dependency>gettext-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>desktop_tr.patch</Patch>
</Patches>
</Source>
<Package>
<Name>htop</Name>
<RuntimeDependencies>
<Dependency>ncurses</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2014-06-17</Date>
<Version>1.0.3</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-12-31</Date>
<Version>1.0.2</Version>
<Comment>Release bump</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-01-31</Date>
<Version>1.0.2</Version>
<Comment>First release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI>