mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:57:36 +00:00
Ports: Added checksums / signature files and other fixes
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
This commit is contained in:
parent
991953ab0a
commit
f46d80ac4f
39 changed files with 148 additions and 74 deletions
|
@ -6,21 +6,21 @@
|
|||
+CC= i686-pc-serenity-gcc $(CFLAGS)
|
||||
V= 20190330
|
||||
R= 20190926
|
||||
|
||||
|
||||
# Modules to load into image file
|
||||
OPTIONS=-l nstat -l nplot -l time
|
||||
|
||||
|
||||
-all: kg klong.image
|
||||
+all: kg
|
||||
|
||||
|
||||
klong.image: kg
|
||||
./kg -n $(OPTIONS) -o klong.image
|
||||
@@ -48,3 +48,8 @@
|
||||
|
||||
|
||||
mksums: clean
|
||||
find . -type f | grep -v _csums | grep -v klong2015 | csum >_csums
|
||||
+
|
||||
+install:
|
||||
+ install kg ${DESTDIR}/usr/local/bin
|
||||
+ mkdir ${DESTDIR}/usr/local/lib/klong
|
||||
+ mkdir -p ${DESTDIR}/usr/local/lib/klong
|
||||
+ install -m 644 lib/* ${DESTDIR}/usr/local/lib/klong
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue