slackware-current/source
Patrick J Volkerding 00adb5b0e0 Fri Aug 9 03:39:11 UTC 2024
a/exfatprogs-1.2.5-x86_64-1.txz:  Upgraded.
ap/mpg123-1.32.7-x86_64-1.txz:  Upgraded.
d/doxygen-1.12.0-x86_64-1.txz:  Upgraded.
d/rust-1.80.0-x86_64-2.txz:  Rebuilt.
  profiler = true
  sanitizers = true
  Needed to compile Chromium. Thanks to alienBOB.
  locked-deps = true
  Don't try to download updated dependencies.
2024-08-09 06:05:42 +02:00
..
a Fri Aug 9 03:39:11 UTC 2024 2024-08-09 06:05:42 +02:00
ap Fri Aug 9 03:39:11 UTC 2024 2024-08-09 06:05:42 +02:00
d Fri Aug 9 03:39:11 UTC 2024 2024-08-09 06:05:42 +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 Tue Apr 9 18:14:27 UTC 2024 2024-04-09 21:00:29 +02:00
tcl Sun May 12 19:10:12 UTC 2024 2024-05-12 21:28:58 +02:00
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 Sun May 12 19:10:12 UTC 2024 2024-05-12 21:28:58 +02:00
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