slackware-current/source
Patrick J Volkerding 2a86265ce7 Fri Aug 23 19:36:53 UTC 2024
l/python-idna-3.8-x86_64-1.txz:  Upgraded.
n/c-ares-1.33.1-x86_64-1.txz:  Upgraded.
x/egl-wayland-1.1.16-x86_64-1.txz:  Upgraded.
2024-08-23 21:59:06 +02:00
..
a Tue Aug 20 18:23:52 UTC 2024 2024-08-20 20:59:42 +02:00
ap Thu Aug 22 19:10:18 UTC 2024 2024-08-22 22:16:26 +02:00
d Thu Aug 22 19:10:18 UTC 2024 2024-08-22 22:16:26 +02:00
e Tue Jul 23 18:54:25 UTC 2024 2024-07-23 22:50:05 +02:00
f
installer Mon Jul 29 18:32:35 UTC 2024 2024-07-29 20:58:51 +02:00
k Mon Aug 19 18:50:19 UTC 2024 2024-08-19 21:49:36 +02:00
kde Thu Aug 15 20:07:37 UTC 2024 2024-08-15 23:02:34 +02:00
l Fri Aug 23 19:36:53 UTC 2024 2024-08-23 21:59:06 +02:00
n Thu Aug 22 19:10:18 UTC 2024 2024-08-22 22:16:26 +02:00
t
tcl
x Wed Aug 21 18:08:47 UTC 2024 2024-08-21 20:30:25 +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