mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
13 lines
333 B
Makefile
13 lines
333 B
Makefile
################################################################################
|
|
#
|
|
# fmtools
|
|
#
|
|
################################################################################
|
|
|
|
FMTOOLS_VERSION = 2.0.7
|
|
FMTOOLS_SITE = http://benpfaff.org/fmtools
|
|
FMTOOLS_LICENSE = GPL-2.0+
|
|
FMTOOLS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|