Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-03-28 | 1.7 kB | |
build_deb.sh | 2024-03-28 | 2.4 kB | |
Totals: 2 Items | 4.2 kB | 0 |
Building Your own Debian package
Target Systems is Debian and . . .
- Ubuntu
- Devuan
- Mint
- List goes on. You get the idea
March 28 2024
Build script updated for new release
December 23 2023
Build script updated for new release
August 26 2022
Build script updated for new release
March 29 2022
Build script updated for new release
February 14 2022
Build script updated for new release
February 03 2022
Updated build script. Should work better
INFO:
- Version : 20240327 (March 27 2024 )
- Package type: .deb
- All architecture (32bit/64bit/etc)
Instructions
- Build Command: bash build_deb.sh
- Place the file build_deb.sh in a clean directory
- Run the build command from that directory
No Internet Build Option
- Build Command : bash build_deb.sh -no
- Place the file build_deb.sh in a clean directory
- place the .tar.gz source file in the same directory
- Run the build command from that directory
- NOTES: Download link for the source below
Parmaters:
- -no ** : for no* internet.
Skips downloading the source
Require having the .tar.gz source file in the build directory
Required to build:
- A running Debian system or derivative (a virtual machine is fine)
- A working internet connection is recommended
- Dependencies : wget, fakeroot, gzip
Download
You can download the .tar.gz archive to build without internet here:
https://codeberg.org/JWMKit/JWM_Kit/releases
Hack away!
These files are specific to the current stable release, but can be easily changed. Maybe you wish to package a different version of JWM Kit, or to include different themes, or custom JWM configuration. Feel free to modify as need.