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))
|