slackware-current/source
Patrick J Volkerding df0b85011c Mon Aug 19 18:50:19 UTC 2024
a/kernel-firmware-20240816_5649ca7-noarch-1.txz:  Upgraded.
a/kernel-generic-6.10.6-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.10.6-x86_64-1.txz:  Upgraded.
a/kernel-modules-6.10.6-x86_64-1.txz:  Upgraded.
d/kernel-headers-6.10.6-x86-1.txz:  Upgraded.
k/kernel-source-6.10.6-noarch-1.txz:  Upgraded.
l/liburing-2.7-x86_64-1.txz:  Upgraded.
x/libinput-1.26.2-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2024-08-19 21:49:36 +02:00
..
a Sat Aug 17 18:14:54 UTC 2024 2024-08-17 20:30:46 +02:00
ap Sat Aug 17 18:14:54 UTC 2024 2024-08-17 20:30:46 +02:00
d Sun Aug 18 18:11:20 UTC 2024 2024-08-18 20:35:31 +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 Mon Aug 19 18:50:19 UTC 2024 2024-08-19 21:49:36 +02:00
n Thu Aug 15 20:07:37 UTC 2024 2024-08-15 23:02:34 +02:00
t
tcl
x Mon Aug 19 18:50:19 UTC 2024 2024-08-19 21:49:36 +02:00
xap Tue Aug 13 20:33:27 UTC 2024 2024-08-13 23:09:21 +02:00
xfce Wed Aug 14 19:36:01 UTC 2024 2024-08-14 22:25:01 +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