index and new package vnstat
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 https://www.gnu.org/licenses/gpl-3.0.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.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("CHANGES", "COPYING", "FAQ", "README")
|
||||
@@ -0,0 +1,40 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>vnstat</Name>
|
||||
<Homepage>https://humdi.net/vnstat/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>network.monitor</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>vnStat is a console-based network traffic monitor for Linux and BSD</Summary>
|
||||
<Description>vnStat is a console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s).</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>gd-devel</Dependency>
|
||||
<Dependency>sqlite-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="ccf4721047f1ee2cace71d212838f63033c08d17" type="targz">https://humdi.net/vnstat/vnstat-2.7.tar.gz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>vnstat</Name>
|
||||
<Summary>vnStat is a console-based network traffic monitor for Linux and BSD</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gd</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="all">/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-05-21</Date>
|
||||
<Version>2.7</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
+254266
-254207
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
f9e8863540ff914d31c7f57847f4fbe0123a41c3
|
||||
85e1dbb490a5de3e9d7915abfcd1ba4c5c768e58
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
0b37d6702ceb6106df8ac6533f558dbe5f46c451
|
||||
7ad415d9cbf413aefdc68fa64e20f4673579edb9
|
||||
Reference in New Issue
Block a user