diff --git a/util/admin/libtree/actions.py b/util/admin/libtree/actions.py new file mode 100644 index 0000000000..f20170ac3d --- /dev/null +++ b/util/admin/libtree/actions.py @@ -0,0 +1,18 @@ +#!/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, get + +i = "PREFIX=/usr" + +def setup(): + pass + +def build(): + autotools.make(i) + +def install(): + autotools.rawInstall("DESTDIR=%s %s" % (get.installDIR(), i)) diff --git a/util/admin/libtree/pspec.xml b/util/admin/libtree/pspec.xml new file mode 100644 index 0000000000..3a2ee1fa30 --- /dev/null +++ b/util/admin/libtree/pspec.xml @@ -0,0 +1,44 @@ + + + + + libtree + https://github.com/haampie/libtree + + fury + uglyside@yandex.ru + + MIT + app + util.admin + ldd as a tree. + A tool that turns ldd into a tree. + + https://github.com/haampie/libtree/archive/refs/tags/v3.1.0.tar.gz + + + gcc + + + + + libtree + + glibc + + + /usr/bin/libtree + /usr/share/man/man1/libtree.1 + + + + + + 2022-04-14 + 3.1.0 + First build. + fury + uglyside@yandex.ru + + +