LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   [ANN]sbbdep 0.0.9 (https://www.linuxquestions.org/questions/slackware-14/%5Bann%5Dsbbdep-0-0-9-a-906777/)

a4z 10-06-2011 12:39 PM

[ANN]sbbdep 0.0.9
 
sbbdep, slack build binary dependencies, update is avialable

sbbdep can be used to produce dependencies files for slapt-get or just show dependency information, but not only for installed packages but also for single binary/library files.
beside that sbbdep can be used for the make install DESTDIRs.

sbbdep produces either short lists with package names only or with version info appended.

sbbdep will also show missing libraries.

sbbdep is currently the fastest way to produce dependency information because it holds the package information in a sqlite database which is kept in sync.

sbbdep works very exact because it directly reads the elf headers of dynamic linked binaries and libraries.


sbbdep can also show what binaries/packages an installed package or binary/library requires

a small sample of usage for sbbdep can be found here
http://www.linuxquestions.org/questi...9/#post4426274


download of the source distribution:
https://bitbucket.org/a4z/sbbdep_slk...k-0.0.9.tar.gz

download and extract,
cd into sbbdep_slk
cmake .
make -DCMAKE_INSTALL_PREFIX:PATH="/usr"

make install , or use the binary from the bin directory


all source repositories can be found here:
https://bitbucket.org/a4z


for building sbbdep on slackware < 13.37 libelf is required.


this may be the last version that may build on older slackware versions because I will start to use c++11 features for my projects soon


All times are GMT -5. The time now is 08:27 AM.