1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-14 08:01:11 +01:00
slackware-current/source
Patrick J Volkerding fe7a814652 Sun Dec 29 04:40:49 UTC 2024
a/shadow-4.16.0-x86_64-2.txz:  Rebuilt.
  I'll need to be convinced there's a reason to look at this again soon.
l/mujs-1.3.5-x86_64-2.txz:  Rebuilt.
  [PATCH] Set library SONAME with version.
  Shared library .so-version bump.
  Thanks to viel.
xap/mpv-0.39.0-x86_64-2.txz:  Rebuilt.
  Recompiled against mujs-1.3.5.
2024-12-29 06:02:27 +01:00
..
a Sun Dec 29 04:40:49 UTC 2024 2024-12-29 06:02:27 +01:00
ap Thu Dec 26 23:27:30 UTC 2024 2024-12-27 01:02:08 +01:00
d Sat Dec 28 20:23:57 UTC 2024 2024-12-28 22:10:34 +01:00
e Tue Jul 23 18:54:25 UTC 2024 2024-07-23 22:50:05 +02:00
f Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
installer Fri Dec 27 23:07:45 UTC 2024 2024-12-28 01:14:53 +01:00
k Fri Dec 27 23:07:45 UTC 2024 2024-12-28 01:14:53 +01:00
kde Thu Dec 26 23:27:30 UTC 2024 2024-12-27 01:02:08 +01:00
l Sun Dec 29 04:40:49 UTC 2024 2024-12-29 06:02:27 +01:00
n Thu Dec 26 23:27:30 UTC 2024 2024-12-27 01:02:08 +01:00
t Thu Nov 28 00:18:02 UTC 2024 2024-11-28 02:04:23 +01:00
tcl Thu Dec 5 22:00:02 UTC 2024 2024-12-05 23:45:17 +01:00
x Fri Dec 27 23:07:45 UTC 2024 2024-12-28 01:14:53 +01:00
xap Sun Dec 29 04:40:49 UTC 2024 2024-12-29 06:02:27 +01:00
xfce Sat Dec 28 20:23:57 UTC 2024 2024-12-28 22:10:34 +01:00
y Mon Dec 23 23:43:54 UTC 2024 2024-12-24 01:04:05 +01:00
buildlist-from-changelog.sh Fri Oct 8 03:23:28 UTC 2021 2021-10-08 08:59:45 +02:00
make_world.sh Wed Jun 8 19:15:34 UTC 2022 2022-06-09 07:00:13 +02:00
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