diff --git a/util/admin/btop++/pspec.xml b/util/admin/btop++/pspec.xml
deleted file mode 100644
index 22771bf2f1..0000000000
--- a/util/admin/btop++/pspec.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
- btop++
- https://github.com/aristocratos/btop
-
- PisiLinux Community
- admins@pisilinux.org
-
- Apache-2.0
- app:console
- util.admin
- A monitor of resources.
- Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
-
- https://github.com/aristocratos/btop/archive/refs/tags/v1.3.2.tar.gz
-
-
- libgcc
-
-
-
-
-
-
-
- btop++
-
- libgcc
-
-
- /usr/bin
- /usr/share
- /usr/share/btop
-
-
-
-
-
- 2024-08-18
- 1.3.2
- Version bump.
- fury
- uglyside@yandex.ru
-
-
- 2022-11-10
- 1.2.13
- First build.
- fury
- uglyside@yandex.ru
-
-
-
diff --git a/util/admin/btop++/actions.py b/util/admin/btop/actions.py
similarity index 68%
rename from util/admin/btop++/actions.py
rename to util/admin/btop/actions.py
index 9336549755..c19b9ce65c 100644
--- a/util/admin/btop++/actions.py
+++ b/util/admin/btop/actions.py
@@ -10,15 +10,11 @@ j = ''.join([
' VERBOSE=true',
' QUIET=true',
' STRIP=true',
- ' ARCH=x86_64',
- ' PREFIX=/usr '
+ ' ARCH=x86_64 '
])
-def setup():
- pass
-
def build():
- autotools.make(j)
+ autotools.make(j)
def install():
- autotools.rawInstall("DESTDIR=%s %s" % (get.installDIR(), j))
+ autotools.rawInstall("DESTDIR=%s PREFIX=/usr" % get.installDIR())
diff --git a/util/admin/btop/pspec.xml b/util/admin/btop/pspec.xml
new file mode 100644
index 0000000000..603f440286
--- /dev/null
+++ b/util/admin/btop/pspec.xml
@@ -0,0 +1,61 @@
+
+
+
+
+ btop
+ https://github.com/aristocratos/btop
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ Apache-2.0
+ app:console
+ util.admin
+ A monitor of resources.
+ Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
+
+ https://github.com/aristocratos/btop/archive/v1.4.4/btop-v1.4.4.tar.gz
+
+
+ libgcc
+
+
+
+
+
+
+
+ btop
+
+ libgcc
+
+
+ /usr/bin
+ /usr/share
+
+
+
+
+
+ 2025-07-05
+ 1.4.4
+ Version bump.
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2024-08-18
+ 1.3.2
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
+
+ 2022-11-10
+ 1.2.13
+ First build.
+ fury
+ uglyside@yandex.ru
+
+
+