diff options
author | Eric Hameleers <alien@slackware.com> | 2020-02-20 00:21:38 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-02-20 00:21:38 +0100 |
commit | 0cebdac1443f2dcf3f4ae327165813c652fbb5c1 (patch) | |
tree | fe49b382badc029e0a7507dcb41087851f462248 /pkglists/alien4daw.conf | |
parent | c9f40af280a0cc99ec60516f19f74676ca1f12ce (diff) | |
download | liveslak-0cebdac1443f2dcf3f4ae327165813c652fbb5c1.tar.gz liveslak-0cebdac1443f2dcf3f4ae327165813c652fbb5c1.tar.xz |
Remove KDE4BASE and add DAW as a Live Variant.
Nobody used the 1 GB ISO with a stripped KDE4 anyway, so I removed it.
DAW is a 'Work In Progress': I want a Ditigal Audio Workstation as a
Live Slackware OS with Plasma5. I want to learn if Plasma5 is lean and
fast enough for realtime audio processing. Probably it also needs PAM,
which will enter the main distro soon.
Diffstat (limited to 'pkglists/alien4daw.conf')
-rw-r--r-- | pkglists/alien4daw.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkglists/alien4daw.conf b/pkglists/alien4daw.conf new file mode 100644 index 0000000..a81a7c2 --- /dev/null +++ b/pkglists/alien4daw.conf @@ -0,0 +1,12 @@ +# If 'SL_REPO_URL' is a rsync:// URL and 'SL_REPO' points to a non-existent +# or empty directory, then the content of 'SL_REPO_URL' will be rsync-ed +# to the local directory 'SL_REPO'. +SL_REPO_URL="rsync://slackware.uk/people/alien/sbrepos/${SL_VERSION}/${SL_ARCH}" +SL_REPO="/var/cache/liveslak/sbrepos/${SL_VERSION}/${SL_ARCH}" + +# Package root directory: +SL_PKGROOT=${SL_REPO} + +# Patches root directory: +SL_PATCHROOT="" + |