slackware-current/source
Patrick J Volkerding 7e275bc3ae Wed Feb 2 08:21:48 UTC 2022
a/kernel-generic-5.15.19-x86_64-2.txz:  Upgraded.
a/kernel-huge-5.15.19-x86_64-2.txz:  Upgraded.
a/kernel-modules-5.15.19-x86_64-2.txz:  Upgraded.
d/kernel-headers-5.15.19-x86-2.txz:  Upgraded.
k/kernel-source-5.15.19-noarch-2.txz:  Upgraded.
  -RTC_SYSTOHC_DEVICE "rtc0"
   RTC_SYSTOHC y -> n
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
testing/source/linux-5.16.5-configs/*:  Rebuilt.
  -RTC_SYSTOHC_DEVICE "rtc0"
   RTC_SYSTOHC y -> n
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2022-02-02 11:59:53 +01:00
..
a Tue Feb 1 08:27:47 UTC 2022 2022-02-01 17:59:49 +01:00
ap Wed Feb 2 04:17:39 UTC 2022 2022-02-02 08:59:53 +01:00
d Thu Jan 27 22:43:13 UTC 2022 2022-01-28 08:59:57 +01:00
e
f
installer Sun Jan 23 01:17:39 UTC 2022 2022-01-23 09:00:00 +01:00
k Wed Feb 2 08:21:48 UTC 2022 2022-02-02 11:59:53 +01:00
kde Tue Feb 1 08:27:47 UTC 2022 2022-02-01 17:59:49 +01:00
l Wed Feb 2 04:17:39 UTC 2022 2022-02-02 08:59:53 +01:00
n Tue Feb 1 04:37:04 UTC 2022 2022-02-01 08:59:52 +01:00
t Sun Oct 10 22:20:01 UTC 2021 2021-10-11 08:59:46 +02:00
tcl Sat Nov 6 20:24:12 UTC 2021 2021-11-07 03:00:02 +01:00
x Tue Feb 1 04:37:04 UTC 2022 2022-02-01 08:59:52 +01:00
xap Mon Jan 17 22:44:42 UTC 2022 2022-01-18 08:59:56 +01:00
xfce Mon Dec 27 23:06:00 UTC 2021 2021-12-28 08:59:56 +01:00
y
buildlist-from-changelog.sh Fri Oct 8 03:23:28 UTC 2021 2021-10-08 08:59:45 +02:00
make_world.sh
README.TXT Wed Feb 2 08:21:48 UTC 2022 2022-02-02 11:59:53 +01:00

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