slackware-current/source
Patrick J Volkerding 64332deb21 Fri Aug 30 19:56:06 UTC 2024
l/gtk4-4.14.6-x86_64-1.txz:  Upgraded.
l/json-glib-1.10.0-x86_64-1.txz:  Upgraded.
2024-08-30 22:33:59 +02:00
..
a Fri Aug 30 17:52:19 UTC 2024 2024-08-30 20:49:55 +02:00
ap Fri Aug 30 17:52:19 UTC 2024 2024-08-30 20:49:55 +02:00
d Fri Aug 30 17:52:19 UTC 2024 2024-08-30 20:49:55 +02:00
e
f
installer Mon Jul 29 18:32:35 UTC 2024 2024-07-29 20:58:51 +02:00
k Fri Aug 30 17:52:19 UTC 2024 2024-08-30 20:49:55 +02:00
kde Thu Aug 15 20:07:37 UTC 2024 2024-08-15 23:02:34 +02:00
l Fri Aug 30 19:56:06 UTC 2024 2024-08-30 22:33:59 +02:00
n Fri Aug 30 17:52:19 UTC 2024 2024-08-30 20:49:55 +02:00
t
tcl
x Fri Aug 30 17:52:19 UTC 2024 2024-08-30 20:49:55 +02:00
xap Tue Aug 13 20:33:27 UTC 2024 2024-08-13 23:09:21 +02:00
xfce Tue Aug 20 18:23:52 UTC 2024 2024-08-20 20:59:42 +02:00
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