slackware-current/source
Patrick J Volkerding 1afaf27bfb Sun Jul 14 18:22:30 UTC 2024
a/cracklib-2.10.0-x86_64-1.txz:  Upgraded.
kde/digikam-8.4.0-x86_64-1.txz:  Upgraded.
l/PyQt5_sip-12.15.0-x86_64-1.txz:  Upgraded.
n/gnupg2-2.4.5-x86_64-2.txz:  Rebuilt.
  Make a /usr/bin/gpgv symlink to gpgv2. Thanks to GazL ;-)
n/netatalk-3.2.3-x86_64-1.txz:  Upgraded.
2024-07-14 21:08:27 +02:00
..
a Sun Jul 14 18:22:30 UTC 2024 2024-07-14 21:08:27 +02:00
ap
d Fri Jul 12 20:35:35 UTC 2024 2024-07-12 23:00:33 +02:00
e
f
installer
k
kde Sun Jul 14 18:22:30 UTC 2024 2024-07-14 21:08:27 +02:00
l Sun Jul 14 18:22:30 UTC 2024 2024-07-14 21:08:27 +02:00
n Sun Jul 14 18:22:30 UTC 2024 2024-07-14 21:08:27 +02:00
t
tcl
x
xap Sat Jul 13 20:26:06 UTC 2024 2024-07-13 23:18:17 +02:00
xfce
y
buildlist-from-changelog.sh
make_world.sh
README.TXT

This is the source used for Slackware.

To look for a particular bit of source (let's say for 'cp'), first you would
look for the full path:

fuzzy:~# which cp
/bin/cp

Then, you grep for the package it came from. Note that the leading '/'
is removed, and ^ and $ mark the beginning and end of the pattern to match:

fuzzy:~# grep ^bin/cp$ /var/lib/pkgtools/packages/*
/var/lib/pkgtools/packages/coreutils-9.0-x86_64-3:bin/cp

From this, you can see that 'cp' came from the coreutils-9.0-x86_64-3 package.
The source will be found in a corresponding subdirectory. In this case, that
would be ./a/coreutils/.

All of these packages have scripts that extract, patch, and compile the source
automatically. These are the 'SlackBuild' scripts.

Have fun!

---
Patrick J. Volkerding
volkerdi@slackware.com