mirror of
https://github.com/Phantop/solus-stuff
synced 2024-12-18 02:45:04 +00:00
Add in the official Makefile
This commit is contained in:
parent
f3bc30300f
commit
9ebf82c682
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "common"]
|
||||||
|
path = common
|
||||||
|
url = sol:common
|
1
Makefile.common
Symbolic link
1
Makefile.common
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
common/Makefile.common
|
1
common
Submodule
1
common
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0ce8acfb7d84c51798046c7788f85b9e7aa8e12b
|
|
@ -8,6 +8,6 @@ summary : Insert summary here
|
||||||
description: |
|
description: |
|
||||||
Insert description here
|
Insert description here
|
||||||
build : |
|
build : |
|
||||||
%make PREFIX=%PREFIX% SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom
|
%make
|
||||||
install : |
|
install : |
|
||||||
%make_install PREFIX=%PREFIX% SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom
|
%make_install PREFIX=%PREFIX% SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name : jdupes
|
|
||||||
version : 1
|
|
||||||
release : 1
|
|
||||||
source :
|
|
||||||
- git|https://github.com/jbruchon/jdupes : master
|
|
||||||
license : GPL-2.0-or-later
|
|
||||||
summary : Insert summary here
|
|
||||||
description: |
|
|
||||||
Insert description here
|
|
||||||
build : |
|
|
||||||
%make ENABLE_BTRFS=1 ENABLE_DEDUPE=1 STATIC_DEDUPE_H=1
|
|
||||||
install : |
|
|
||||||
%make_install PREFIX=%PREFIX%
|
|
Loading…
Reference in a new issue