slackware-current/source
Patrick J Volkerding 5a37cf6064 Sun Mar 31 22:44:32 UTC 2024
d/python-pip-24.0-x86_64-3.txz:  Rebuilt.
  Get rid of unneeded Windows garbage in the package.
d/python2-2.7.18-x86_64-8.txz:  Rebuilt.
  Get rid of unneeded Windows garbage in the package.
l/PyQt-builder-1.15.4-x86_64-3.txz:  Rebuilt.
  Get rid of unneeded Windows garbage in the package.
l/python-installer-0.7.0-x86_64-3.txz:  Rebuilt.
  Get rid of unneeded Windows garbage in the package.
2024-04-01 00:57:33 +02:00
..
a Sat Mar 30 18:08:12 UTC 2024 2024-03-30 19:28:56 +01:00
ap Sun Mar 31 18:28:19 UTC 2024 2024-03-31 20:58:48 +02:00
d Sun Mar 31 22:44:32 UTC 2024 2024-04-01 00:57:33 +02:00
e Sun Mar 24 18:21:46 UTC 2024 2024-03-24 20:02:29 +01:00
f
installer Mon Mar 18 21:44:21 UTC 2024 2024-03-18 23:31:26 +01:00
k Wed Mar 27 19:16:09 UTC 2024 2024-03-27 21:24:52 +01:00
kde Sat Mar 30 20:58:19 UTC 2024 2024-03-30 22:28:04 +01:00
l Sun Mar 31 22:44:32 UTC 2024 2024-04-01 00:57:33 +02:00
n Fri Mar 29 20:39:11 UTC 2024 2024-03-29 22:36:12 +01:00
t Sat Feb 24 19:50:05 UTC 2024 2024-02-24 21:30:18 +01:00
tcl Fri Mar 1 22:13:28 UTC 2024 2024-03-02 00:36:00 +01:00
x Fri Mar 29 20:39:11 UTC 2024 2024-03-29 22:36:12 +01:00
xap Sun Mar 31 18:28:19 UTC 2024 2024-03-31 20:58:48 +02:00
xfce Thu Mar 14 20:01:17 UTC 2024 2024-03-14 21:30:41 +01: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