procps ver. bump
This commit is contained in:
@@ -10,7 +10,7 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
# pisitools.dosed("watch.c", "ncursesw/ncurses.h", "ncurses.h")
|
# pisitools.dosed("watch.c", "ncursesw/ncurses.h", "ncurses.h")
|
||||||
|
autotools.autoreconf("-fiv")
|
||||||
autotools.configure("--prefix=/usr \
|
autotools.configure("--prefix=/usr \
|
||||||
--exec-prefix=/ \
|
--exec-prefix=/ \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
@@ -31,9 +31,12 @@ def install():
|
|||||||
|
|
||||||
#remove conflicts
|
#remove conflicts
|
||||||
pisitools.remove("/usr/bin/kill")
|
pisitools.remove("/usr/bin/kill")
|
||||||
pisitools.remove("/usr/bin/pidof")
|
|
||||||
pisitools.remove("/usr/share/man/man1/kill.1")
|
# ????????????????????????????????????????????????????????
|
||||||
pisitools.remove("/usr/share/man/man1/pidof.1")
|
|
||||||
|
# pisitools.remove("/usr/bin/pidof")
|
||||||
|
# pisitools.remove("/usr/share/man/man1/kill.1")
|
||||||
|
# pisitools.remove("/usr/share/man/man1/pidof.1")
|
||||||
|
|
||||||
# for mudur and comar
|
# for mudur and comar
|
||||||
pisitools.dosym("/usr/bin/sysctl", "/sbin/sysctl")
|
pisitools.dosym("/usr/bin/sysctl", "/sbin/sysctl")
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>procps</Name>
|
<Name>procps</Name>
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Standard informational utilities and process-handling tools</Summary>
|
<Summary>Standard informational utilities and process-handling tools</Summary>
|
||||||
<Description>procps is the package that has a bunch of small useful utilities that give information about processes using the /proc filesystem. The package includes the programs ps, top, vmstat, w, kill, free, slabtop, and skill.</Description>
|
<Description>procps is the package that has a bunch of small useful utilities that give information about processes using the /proc filesystem. The package includes the programs ps, top, vmstat, w, kill, free, slabtop, and skill.</Description>
|
||||||
<Archive sha1sum="a36b8ab95950addb4b34251fcf23195c45a63eda" type="tarxz">http://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-4.0.5.tar.xz</Archive>
|
<Archive sha1sum="6e23f716a86dbec3174c05bdc23a02aa72ac3185" type="tarxz">http://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-4.0.6.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>ncurses-devel</Dependency>
|
<Dependency>ncurses-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -45,6 +45,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="10">
|
||||||
|
<Date>2026-04-20</Date>
|
||||||
|
<Version>4.0.6</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="9">
|
<Update release="9">
|
||||||
<Date>2024-12-21</Date>
|
<Date>2024-12-21</Date>
|
||||||
<Version>4.0.5</Version>
|
<Version>4.0.5</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user