mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
Added parallel package to buildroot to close #274 Added .DS_Store due for development on mac clients. Updated readme.md regarding sg3_utils & parallel
16 lines
587 B
Makefile
16 lines
587 B
Makefile
################################################################################
|
|
#
|
|
# parallel
|
|
#
|
|
################################################################################
|
|
|
|
# https://ftp.gnu.org/gnu/parallel/parallel-20240822.tar.bz2.sig
|
|
# Latest version can always be sourced at https://ftp.gnu.org/gnu/parallel/parallel-latest.tar.bz2
|
|
|
|
PARALLEL_VERSION = 20240822
|
|
PARALLEL_SOURCE = parallel-$(PARALLEL_VERSION).tar.bz2
|
|
PARALLEL_SITE = https://ftp.gnu.org/gnu/parallel
|
|
PARALLEL_LICENSE = GPL-3.0-only
|
|
PARALLEL_LICENSE_FILES = LICENSES/GPL-3.0-only.txt
|
|
|
|
$(eval $(autotools-package)) |