slackware-current/source
Patrick J Volkerding f6f28eefcc Wed Aug 7 18:19:56 UTC 2024
a/hwdata-0.385-noarch-1.txz:  Upgraded.
l/python-PyYAML-6.0.2-x86_64-1.txz:  Upgraded.
l/python-cffi-1.17.0-x86_64-1.txz:  Upgraded.
l/tdb-1.4.12-x86_64-1.txz:  Upgraded.
x/xorg-server-xwayland-24.1.2-x86_64-1.txz:  Upgraded.
2024-08-07 20:58:43 +02:00
..
a Wed Aug 7 18:19:56 UTC 2024 2024-08-07 20:58:43 +02:00
ap Mon Aug 5 21:58:24 UTC 2024 2024-08-06 01:03:55 +02:00
d Mon Aug 5 21:58:24 UTC 2024 2024-08-06 01:03:55 +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 Sun Aug 4 14:47:52 UTC 2024 2024-08-04 17:37:18 +02:00
kde Mon Aug 5 21:58:24 UTC 2024 2024-08-06 01:03:55 +02:00
l Wed Aug 7 18:19:56 UTC 2024 2024-08-07 20:58:43 +02:00
n Wed Aug 7 04:03:09 UTC 2024 2024-08-07 07:22:03 +02:00
t
tcl
x Wed Aug 7 18:19:56 UTC 2024 2024-08-07 20:58:43 +02:00
xap Wed Aug 7 04:03:09 UTC 2024 2024-08-07 07:22:03 +02:00
xfce Wed Jul 31 18:35:06 UTC 2024 2024-07-31 21:14:36 +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